Is this a duplicate?
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
Is this a duplicate?
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
The majority of the tests in
test_cufile.pyare 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