Eddie Patton

Results 7 comments of Eddie Patton

After working on this all day yesterday, this morning I uninstalled rocm ``` sudo apt autoremove rocm-dkms rock-dkms ``` and tried [amdgpu-pro](https://amdgpu-install.readthedocs.io/en/latest/preamble.html). To my surprise, clinfo now finds my devices!...

Here's a 2024 updated link https://www.intel.com/content/www/us/en/docs/oneapi/user-guide-vs-code/2024-0/overview.html Here's also a link to an issue I discovered trying to run the simple-add example using Visual Studio Code. Perhaps I should have posted...

Try find_library(cpprestsdk-lib cpprest) message(STATUS "cpprestsdk-lib = ${cpprestsdk-lib}") gives -- cpprestsdk-lib = /usr/lib/x86_64-linux-gnu/libcpprest.so

I deleted the build directory and tried the following cmake command using -G"Visual Studio 17 2022" -A"x64" instead of -G "NMake Makefiles" , but got the error below: _IntelSYCL_FOUND to...

I also tried MSVC 2019. Same "IntelSYCL_FOUND to FALSE" error build> cmake -G"Visual Studio 16 2019" -A"x64" -DSYCL_ACADEMY_USE_DPCPP=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx .. -- Selecting Windows SDK version 10.0.22621.0 to target Windows...

Thanks for getting back to me. I do not have icl.exe, but this allowed cmake to build - I changed the CXX compiler from icpx to icx. `syclacademy\build> cmake -G"NMake...

Bilding the project was successful. I used nmake build> nmake Microsoft (R) Program Maintenance Utility Version 14.37.32824.0 Copyright (C) Microsoft Corporation. All rights reserved. [ 2%] Building CXX object Code_Exercises/Exercise_01_Compiling_with_SYCL/CMakeFiles/exercise_1_source.dir/source.cpp.obj...