Displaying 3 results from an estimated 3 matches for "compute20".
2011 Nov 14
2
[LLVMdev] PTX backend fatal error
...ef.h -include
builtin_functions_ptx.cl
-D__x86_64__
-ccc-host-triple ptx32 -Xclang
-target-feature
-Xclang +ptx23 -Xclang
-target-feature
-Xclang +compute20
Any ideas ?
Best regards
Alberto
2011 Nov 14
0
[LLVMdev] PTX backend fatal error
...ions_ptx.cl
> -D__x86_64__
> -ccc-host-triple ptx32 -Xclang
> -target-feature
> -Xclang +ptx23 -Xclang
> -target-feature
> -Xclang +compute20
>
> Any ideas ?
>
Unfortunately, this sample will not work at this time. First, the backend
does not support i8 types yet. Second, at higher optimization levels, LLVM
turns this loop into a memset intrinsic, which is also not yet implemented.
:(
Hopefully I'll get some time soon to...
2011 Nov 14
1
[LLVMdev] PTX backend fatal error
...cl<http://builtin_functions_ptx.cl>
-D__x86_64__
-ccc-host-triple ptx32 -Xclang
-target-feature
-Xclang +ptx23 -Xclang
-target-feature
-Xclang +compute20
Any ideas ?
Unfortunately, this sample will not work at this time. First, the backend does not support i8 types yet. Second, at higher optimization levels, LLVM turns this loop into a memset intrinsic, which is also not yet implemented. :(
Hopefully I'll get some time soon to work on this,...