(fix): HOPPER_SM_MAJOR is 9 not 8

This commit is contained in:
Morgan Funtowicz 2024-10-10 12:36:32 +00:00 committed by Morgan Funtowicz
parent 213acc6e34
commit 544c9d9dba

View File

@ -14,7 +14,7 @@
namespace huggingface::hardware::cuda {
#define AMPERE_SM_MAJOR 8
#define HOPPER_SM_MAJOR 8
#define HOPPER_SM_MAJOR 9
/**
* Store information about the version of the CUDA Compute Capabilities detected on the device