conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

Cutlass Fast linear Algebra - Nvidia - Header Only #117

Open solvingj opened 6 years ago

solvingj commented 6 years ago

https://devblogs.nvidia.com/cutlass-linear-algebra-cuda/ https://github.com/NVIDIA/cutlass/blob/master/README.md

Very interesting header-only library. Looks like it's got a makefile so it's focused on linux (as is most cuda stuff). If this gets packaged, we should definitely validate it across all three major platforms with an effective test_package.

Hopobcn commented 5 years ago

I've created a package for cutlass: https://github.com/Hopobcn/conan-cutlass

Since it's a header-only library i've used the bincrafters header-only template. Since the library also has unit tests I was doubting if also execute the tests like described here but travis-ci & appveyor don't have gpu support that I know, so I didn't bother.

Also another thing I didn't consider is to encode the restrictions described in cutlass/compatibility into the package.