Guides SYCL Setup - kennetholsenatm-gif/q_mini_wasm_v2 GitHub Wiki
SYCL Setup Guide
Intel oneAPI
- Download Intel oneAPI Base Toolkit from intel.com
- Install with default options
- Source the environment:
source /opt/intel/oneapi/setvars.sh
Build with SYCL
cmake -DUSE_SYCL=ON -DCMAKE_CXX_COMPILER=icpx ..
cmake --build . -j$(nproc)
Verify SYCL
./q_mini_wasm_v2_tests --gtest_filter="*sycl*"
Troubleshooting
| Issue |
Solution |
IntelSYCL not found |
Source setvars.sh first |
| GPU not detected |
Check sycl-ls output |
| Link errors |
Ensure DPC++ runtime installed |