Package Details: cloog 0.21.1-1

Git Clone URL: https://aur.archlinux.org/cloog.git (read-only, click to copy)
Package Base: cloog
Description: Library that generates loops for scanning polyhedra
Upstream URL: http://www.bastoul.net/cloog/
Keywords: lib
Licenses: GPL
Submitter: haawda
Maintainer: patlefort
Last Packager: patlefort
Votes: 67
Popularity: 0.000000
First Submitted: 2014-11-19 12:18 (UTC)
Last Updated: 2025-01-14 01:35 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

aaronfischer commented on 2015-01-13 21:28 (UTC)

I've disabled the tests for now until the bug is fixed upstream. https://github.com/periscop/cloog/issues/25

Airon90 commented on 2015-01-11 15:56 (UTC)

Error: [...] \033[31m[CLooG] FAIL: 1 tests failed in SPECIAL\033[0m FAIL: check_special.sh =================================================== 1 of 5 tests failed Please report to cloog-development@googlegroups.com =================================================== [...]

doragasu commented on 2015-01-11 11:33 (UTC)

Same here.

yhager commented on 2014-12-30 21:43 (UTC)

I'm getting test failure: Check file ./isl/jacobi-shared.cloog \c (options -f 4 -l -1 -override -strides 1 -sh 1 ), \c generating... \c --- cloog_temp 2014-12-30 11:51:31.997462959 -0800 +++ ./isl/jacobi-shared.c 2013-10-11 00:27:03.000000000 -0700 @@ -3,7 +3,7 @@ if ((16*floord(t0-1,16) >= -N+g1+t0+1) && (16*floord(g1+t0-3,16) >= -N+g1+t0+1) && (32*floord(t1-1,32) >= -N+g2+t1+1) && (32*floord(g2+t1-3,32) >= t1-32)) { for (c0=max(-16*floord(t0-1,16)+t0,-16*floord(g1+t0-3,16)+t0);c0<=min(32,N-g1-1);c0+=16) { for (c1=-32*floord(t1-1,32)+t1;c1<=min(32,N-g2-1);c1+=32) { - if (c1 >= 1) { + if ((c1 >= 1) && (c1 <= 32)) { S1(c0+g1-1,c1+g2-1); } } FAIL: ./isl/jacobi-shared.c is not the same