파일
rocm-systems/samples/2_Cookbook/23_cmake_hiprtc/README.md
T

10 라인
208 B
Markdown
Raw 일반 보기 히스토리

### This will test linking hiprtc::hiprtc interface in cmake
I. Build
mkdir -p build; cd build
rm -rf *; CXX=amdclang++ cmake -DCMAKE_PREFIX_PATH=/opt/rocm/hip ..
make
II. Test
$ ./test
SAXPY test completed