reversed to original changes. Here is the plan to use CDP and genarate only device code with host wrapper..

This commit is contained in:
Evghenii
2013-11-12 12:51:56 +01:00
parent 3fd76d59ea
commit 4cd7e10ad3
6 changed files with 24 additions and 13 deletions

View File

@@ -860,7 +860,7 @@ DefineStdlib(SymbolTable *symbolTable, llvm::LLVMContext *ctx, llvm::Module *mod
case Target::NVPTX64:
{
if (runtime32) {
fprintf(stderr, " please add 32-bit bulitins .. \n");
fprintf(stderr, "W're sorry, but only 64bit targets are supported at this moment .. \n");
assert(0);
}
else {