Closed carterbox closed 8 months ago
https://github.com/cupy/cupy/issues/8184
Avoid a version of CuPy that doesn't work with sm < 7.0 because a header was added to the C code that won't JIT compile for sm < 7.0.
Add != expression to package requirements for CuPy.
https://github.com/cupy/cupy/issues/8184
Purpose
Avoid a version of CuPy that doesn't work with sm < 7.0 because a header was added to the C code that won't JIT compile for sm < 7.0.
Approach
Add != expression to package requirements for CuPy.
Pre-Merge Checklists
Submitter
Reviewer