- Only one device is supported per one context.
- Not support
char8,char16,uchar8,uchar16,short8,short16,ushort8,ushort16,int8,int16,uint8,uint16,long8,long16,ulong8,ulong16,float8andfloat16.
All dependencies are managed by Conan so install it.
pip install conanHowever Clspv can't install using Conan. We have to install it manually.
git clone https://github.com/daemyung/clspv.git
cd clspv
conan create clspvCreate a build directory, install dependencies and configure CMake.
mkdir build
conan install . -if build --build=missing
cmake -S . -B buildBuild all targets.
cmake --build build