search for: d__x86_64__

Displaying 3 results from an estimated 3 matches for "d__x86_64__".

Did you mean: __x86_64__
2011 Nov 14
2
[LLVMdev] PTX backend fatal error
...2 = FrameIndex<0> [ORD=110] [ID=1] 0x58105c0: i32 = undef [ORD=110] [ID=2] 0x58105c0: i32 = undef [ORD=110] [ID=2] The command I am using is: clang kernels/fatal_error_test.cl -O0 -include ocldef.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
...ID=1] > 0x58105c0: i32 = undef [ORD=110] [ID=2] > 0x58105c0: i32 = undef [ORD=110] [ID=2] > > The command I am using is: > > clang kernels/fatal_error_test.cl -O0 -include ocldef.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 ? > Unfortunately, this sample will not work...
2011 Nov 14
1
[LLVMdev] PTX backend fatal error
...ORD=110] [ID=2] 0x58105c0: i32 = undef [ORD=110] [ID=2] The command I am using is: clang kernels/fatal_error_test.cl<http://fatal_error_test.cl> -O0 -include ocldef.h -include builtin_functions_ptx.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...