Files
rocm-systems/samples/2_Cookbook/23_cmake_hiprtc
ROCm CI Service Account de14b1ce6d SWDEV-344342 - Add sample using hiprtc target (#2946)
Change-Id: Ie2a0b308862ac8db2e72a0170499139c7b46605b
2022-09-23 12:36:57 +05:30
..

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