Add ncclDataType_t as type to ROCTX (#1512)

[ROCm/rccl commit: ecf31da14f]
This commit is contained in:
Bertan Dogancay
2025-01-30 13:46:48 -05:00
committed by GitHub
parent 2e42761ad1
commit eadb5153ba
5 changed files with 86 additions and 32 deletions
@@ -254,6 +254,11 @@
#define NVTX_PAYLOAD_ENTRY_TYPE_BF16 50
#define NVTX_PAYLOAD_ENTRY_TYPE_TF32 52
/**
* Generic data type
*/
#define NVTX_PAYLOAD_ENTRY_TYPE_DATATYPE 53
/**
* Data types are as defined by NVTXv3 core.
*/