-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
From @kingcrimsontianyu in comment #770 (review)
I haven't found a way to access archived cuFile API documentation, so I'm not sure whether the following version guards could be removed in addition.
kvikio/cpp/src/shim/cufile.cpp
Lines 59 to 71 in 999042a
if (version >= 1060) { get_symbol(BatchIOSetUp, lib, KVIKIO_STRINGIFY(cuFileBatchIOSetUp)); get_symbol(BatchIOSubmit, lib, KVIKIO_STRINGIFY(cuFileBatchIOSubmit)); get_symbol(BatchIOGetStatus, lib, KVIKIO_STRINGIFY(cuFileBatchIOGetStatus)); get_symbol(BatchIOCancel, lib, KVIKIO_STRINGIFY(cuFileBatchIOCancel)); get_symbol(BatchIODestroy, lib, KVIKIO_STRINGIFY(cuFileBatchIODestroy)); } if (version >= 1070) { get_symbol(ReadAsync, lib, KVIKIO_STRINGIFY(cuFileReadAsync)); get_symbol(WriteAsync, lib, KVIKIO_STRINGIFY(cuFileWriteAsync)); get_symbol(StreamRegister, lib, KVIKIO_STRINGIFY(cuFileStreamRegister)); get_symbol(StreamDeregister, lib, KVIKIO_STRINGIFY(cuFileStreamDeregister)); }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels