Adding a simple EmptyKernelTest to measure launch latency (#910)

This commit is contained in:
gilbertlee-amd
2023-10-04 17:22:48 -06:00
committed by GitHub
parent a6ff4618c7
commit 7dbf47e07b
2 changed files with 110 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
CXX=/opt/rocm/bin/hipcc
EmptyKernelTest: EmptyKernelTest.cpp
$(CXX) EmptyKernelTest.cpp -o EmptyKernelTest
clean:
rm -f ./EmptyKernelTest