logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for GPUDirect Storage from the source code.

GPUDirect Storage                                Wed Mar 13 2024                                CUfileDescr_t(3)

Field Documentation

intCUfileDescr_t::fdconstCUfileFSOps_t*CUfileDescr_t::fs_opsvoid*CUfileDescr_t::handleunion{...}CUfileDescr_t::handleenumCUfileFileHandleTypeCUfileDescr_t::type

Name

       CUfileDescr_t

Synopsis

       #include <cufile.h>

   DataFields
       const CUfileFSOps_t * fs_ops
       union {
          int fd
          void * handle
       } handle
       enum CUfileFileHandleTypetype

See Also