eyalroz / libgiddy

Giddy - A lightweight GPU decompression library
BSD 3-Clause "New" or "Revised" License
42 stars 9 forks source link

identify supported build environment #17

Open alexk-etsy opened 5 years ago

alexk-etsy commented 5 years ago

Hey, @eyalroz, love the project, can't wait to try it out.

I'm trying to build libgiddy and I'm running into a lot of problems. Most of them are just version mismatches e.g. my CUDA was too new, but my cmake was too old, and my Boost install was too new, etc. I'm still running into build problems but I have reason to believe they're versioning-related.

Could you provide a list of known good versions for libgiddy's requirements?

eyalroz commented 5 years ago

Actually, I really need to update the code here. Not with new functionality, but with a bunch of implementation cleanups and support for later CUDA versions, via my cuda-kat library. I'll try to do that within a week or so; if I haven't, ping me again please.