9 lignes
143 B
Makefile
9 lignes
143 B
Makefile
|
|
CXX=/opt/rocm/bin/hipcc
|
|
|
|
EmptyKernelTest: EmptyKernelTest.cpp
|
|
$(CXX) EmptyKernelTest.cpp -o EmptyKernelTest
|
|
|
|
clean:
|
|
rm -f ./EmptyKernelTest
|