ファイル
rocm-systems/projects/hip-tests/samples/2_Cookbook/23_cmake_hiprtc
Ioannis Assiouras 6221aee0af SWDEV-478295 - Set CXX as the project language in 23_cmake_hiprtc
Change-Id: I40c01191e9de1790bbdd42896bdf70c046a70e34


[ROCm/hip-tests commit: 8e62770f50]
2024-10-01 10:57:16 -04:00
..

This will test linking hiprtc::hiprtc interface in cmake

I. Build

$ mkdir -p build; cd build
$ rm -rf *;
$ CXX="$(hipconfig -l)"/amdclang++ cmake -DCMAKE_PREFIX_PATH=/opt/rocm ..
$ make

II. Test

$ ./test
SAXPY test completed