Files
rocm-systems/projects/hip-tests/samples/2_Cookbook/22_cmake_hip_lang
ROCm CI Service Account 3296306318 SWDEV-394336 - Pass CMAKE_PREFIX_PATH. (#265)
Change-Id: I0d3f7c140559559283e362b728b0f8082d8716b8


[ROCm/hip-tests commit: 7d7b4ab075]
2023-05-30 12:26:15 -07:00
..

This will test HIP language support in upstream CMake

I. Build mkdir -p build; cd build rm -rf *; cmake -DCMAKE_PREFIX_PATH=/opt/rocm/ .. make

II. Test $ ./square info: running on device info: allocate host mem ( 7.63 MB) info: allocate device mem ( 7.63 MB) info: copy Host2Device info: launch 'vector_square' kernel info: copy Device2Host info: check result PASSED!