NVlabs / flip

A tool for visualizing and communicating the errors in rendered images.
498 stars 41 forks source link

fix for compiling with CUDA on Linux, add CI config #25

Closed jeffamstutz closed 7 months ago

jeffamstutz commented 7 months ago

I noticed that CUDA builds on Linux were broken due to an extra class qualifier on one of the image<> methods (probably a copy/paste error), that MSCV likely tolerated. This fixes that problem and adds very basic build CI using GitHub actions, which I verified replicated the build error I was seeing and also now confirms the fix.

pandersson94 commented 7 months ago

Merging. Thanks, Jeff!