Public Member Functions | Public Attributes | List of all members
cudf::io::nvcomp::feature_status_parameters Struct Reference

Set of parameters that impact whether nvCOMP features are enabled. More...

#include <nvcomp_adapter.hpp>

Public Member Functions

 feature_status_parameters ()
 Default constructor using the current version of nvcomp and current environment variables.
 
 feature_status_parameters (bool all_enabled, bool stable_enabled)
 Constructor using the current version of nvcomp. More...
 

Public Attributes

int lib_major_version
 major version
 
int lib_minor_version
 minor version
 
int lib_patch_version
 patch version
 
bool are_all_integrations_enabled
 all integrations
 
bool are_stable_integrations_enabled
 stable integrations
 

Detailed Description

Set of parameters that impact whether nvCOMP features are enabled.

Definition at line 33 of file nvcomp_adapter.hpp.

Constructor & Destructor Documentation

◆ feature_status_parameters()

cudf::io::nvcomp::feature_status_parameters::feature_status_parameters ( bool  all_enabled,
bool  stable_enabled 
)

Constructor using the current version of nvcomp.

Parameters
all_enabledif all integrations are enabled
stable_enabledif stable integrations are enabled

The documentation for this struct was generated from the following file: