removed hcc mentions (#1291)

[ROCm/rccl commit: d6c317d6ae]
This commit is contained in:
akolliasAMD
2024-08-14 15:04:13 -06:00
committed by GitHub
parent 09fe7f9b97
commit 38e189bb1e
19 changed files with 44 additions and 45 deletions
+1 -1
View File
@@ -2777,7 +2777,7 @@ inline void mark(Args const&... args) noexcept
* `domain` to which the `registered_string_in` belongs. Else,
* `domain::global` to indicate that the global NVTX domain should be used.
*/
#if !defined(__HIP_PLATFORM_AMD__) && !defined(__HCC__) && !defined(__HIPCC__)
#if !defined(__HIP_PLATFORM_AMD__) && !defined(__HIPCC__)
#define NVTX3_V1_FUNC_RANGE_IN(D) \
static ::nvtx3::v1::registered_string_in<D> const nvtx3_func_name__{__func__}; \
static ::nvtx3::v1::event_attributes const nvtx3_func_attr__{nvtx3_func_name__}; \