prince-chrismc / conan2-cuda

Test of creating a library depending on cuda Toolkit using Conan 2.0 Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conan2-cuda-lib-experience

Test of creating a library depending on cuda Toolkit using Conan 2.0 Package Manager

Instructions

From this repo cloned locally,

conan config home
conan config install .conan
REM Note: i have CMake installed so I used the system tools not avoid the download
conan create . -pr vs2022

I've install Visual Studio 2022, CMake, and CUDA dev kit.

For getting it in WSL, I used the CUDA deb installer + needed to add the compiler to the path

About

Test of creating a library depending on cuda Toolkit using Conan 2.0 Package Manager

License:MIT License


Languages

Language:C++ 70.2%Language:CMake 15.9%Language:Python 12.0%Language:Dockerfile 1.2%Language:C 0.7%