I cant get gfor loops to work even on simple examples
If I use :
af::gfor(seq n,N) {
...
}
I get "expected unqualified-id before "for", and:
"expected primary-expression before ')' token"
errors. It's like it just isnt recognizing the gfor command at all.
Also i'm using RcppArrayFire (i.e. using ArrayFire via R) - not sure that matters though
Thanks,
Enzo