You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. Run CUDA program linked with gpuocelot as in documentation. What is the expected output? What do you see instead? - Should run normally with "llvm" backend.
Runs normally (but slow) only with "emulated" backend. What version of the product are you using? On what operating system? -Latest from svn, latest llvm-3.4svn, Gentoo GNU/Linux linux-3.8.8, glibc-2.15, gcc-4.6.3 Please provide any additional information below. -Could not find any clues on google.
I don't have time to learn all the details so I found the type that was 'invalid' - ir::PTXInstruction::Const and added it to the choice list.
Brute force worked.
Why Const was not included?
Thanks.
Index: PTXToLLVMTranslator.cpp
--- PTXToLLVMTranslator.cpp ( revision 2235 )
+++ PTXToLLVMTranslator.cpp (working copy)
@@ -2665,6 +2665,7 @@
{
case ir::PTXInstruction::Shared: /* fall through */
case ir::PTXInstruction::Local:
From volyrkr on June 04, 2013 20:20:05
What steps will reproduce the problem? 1. Run CUDA program linked with gpuocelot as in documentation. What is the expected output? What do you see instead? - Should run normally with "llvm" backend.
Runs normally (but slow) only with "emulated" backend. What version of the product are you using? On what operating system? -Latest from svn, latest llvm-3.4svn, Gentoo GNU/Linux linux-3.8.8, glibc-2.15, gcc-4.6.3 Please provide any additional information below. -Could not find any clues on google.
Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=84
The text was updated successfully, but these errors were encountered: