Adding a simple EmptyKernelTest to measure launch latency (#910)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
CXX=/opt/rocm/bin/hipcc
|
||||
|
||||
EmptyKernelTest: EmptyKernelTest.cpp
|
||||
$(CXX) EmptyKernelTest.cpp -o EmptyKernelTest
|
||||
|
||||
clean:
|
||||
rm -f ./EmptyKernelTest
|
||||
Reference in New Issue
Block a user