moved cpp specific device code from headers to source

This commit is contained in:
Aditya Atluri
2016-03-31 04:45:00 -05:00
parent ea3ebcb3de
commit 72c72d8748
4 changed files with 422 additions and 283 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ make_named_test(hipMemcpy "hipMemcpy-multithreaded" --tests 0x8 )
#make_named_test(hipMemcpy_simple "hipMemcpyAsync-simple" --async)
make_test(hipHostAlloc " ")
make_test(hipMemcpyAsync " " )
#make_test(hipMemcpyAsync " " )
# BS- comment out since test appears broken - asks for device pointer but pointer was never allocated.
#make_test(hipHostGetFlags " ")
make_test(hipHcc " " )