Fichiers
rocm-systems/tools/EmptyKernelTest/Makefile
T

9 lignes
143 B
Makefile

CXX=/opt/rocm/bin/hipcc
EmptyKernelTest: EmptyKernelTest.cpp
$(CXX) EmptyKernelTest.cpp -o EmptyKernelTest
clean:
rm -f ./EmptyKernelTest