Skip to content

Commit

Permalink
[ORO-0] Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiroharada committed Mar 6, 2023
1 parent d870a93 commit ee7d05f
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 26 deletions.
2 changes: 2 additions & 0 deletions UnitTest/bitcodes/generate_bitcodes.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
call hipcc --cuda-device-only --offload-arch=gfx1030 --offload-arch=gfx1031 --offload-arch=gfx1032 --offload-arch=gfx1033 --offload-arch=gfx1034 --offload-arch=gfx1035 --offload-arch=gfx1036 --offload-arch=gfx1010 --offload-arch=gfx1011 --offload-arch=gfx1012 --offload-arch=gfx1013 --offload-arch=gfx900 --offload-arch=gfx906 -fgpu-rdc -c --gpu-bundle-output -c -emit-llvm ../moduleTestKernel.cpp
call hipcc --cuda-device-only --offload-arch=gfx1030 --offload-arch=gfx1031 --offload-arch=gfx1032 --offload-arch=gfx1033 --offload-arch=gfx1034 --offload-arch=gfx1035 --offload-arch=gfx1036 --offload-arch=gfx1010 --offload-arch=gfx1011 --offload-arch=gfx1012 --offload-arch=gfx1013 --offload-arch=gfx900 --offload-arch=gfx906 -fgpu-rdc -c --gpu-bundle-output -c -emit-llvm ../moduleTestFunc.cpp
7 changes: 0 additions & 7 deletions UnitTest/bitcodes/generate_bitcodes_gfx1100.bat

This file was deleted.

6 changes: 0 additions & 6 deletions UnitTest/bitcodes/generate_bitcodes_gfx1100.sh

This file was deleted.

7 changes: 0 additions & 7 deletions UnitTest/bitcodes/generate_bitcodes_gfx1102.bat

This file was deleted.

6 changes: 0 additions & 6 deletions UnitTest/bitcodes/generate_bitcodes_gfx1102.sh

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions UnitTest/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ project "Unittest"
sysincludedirs{ "../contrib/gtest-1.6.0/" }
defines { "GTEST_HAS_TR1_TUPLE=0" }
if _OPTIONS["kernelcompile"] then
os.execute( "cd ./bitcodes/ && generate_bitcodes.bat" )
os.execute( "cd ./bitcodes/ && generate_bitcodes_nvidia.bat" )
end

0 comments on commit ee7d05f

Please sign in to comment.