pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

Add ability to build cuda wheels #272

Closed ahmadsharif1 closed 2 weeks ago

ahmadsharif1 commented 3 weeks ago

Add a workflow that builds a wheel with cuda and tests it by pip installing it.

Also add the ability to fail a cuda test if cuda is missing -- that will make sure the test doesn't get accidentally skipped.