-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
CI/CDCI/CD infrastructureCI/CD infrastructureblockedThis task is currently blocked by other tasksThis task is currently blocked by other taskscuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings module
Milestone
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
The majority of the tests in test_cufile.py are skipped because:
@pytest.mark.skipif(not isSupportedFilesystem(), reason="cuFile handle_register requires ext4 or xfs filesystem")
Maybe we should try to add a worker to the mix that /is/ on one of these filesystems to get some better coverage there. I don't know what filesystem our existing workers have (maybe btrfs?)
Describe the solution you'd like
Find a worker that meets the requirements of cuFile that we can run on.
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
CI/CDCI/CD infrastructureCI/CD infrastructureblockedThis task is currently blocked by other tasksThis task is currently blocked by other taskscuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings module