Skip to content

Commit

Permalink
Remove from custom kernels as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras committed Feb 19, 2025
1 parent a6d2b59 commit 9116a19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions csrc/rocm/custom_kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
#include <algorithm>
#include "cuda_compat.h"

#if defined(__HIPCC__) && (defined(__gfx90a__) || defined(__gfx940__) || \
defined(__gfx941__) || defined(__gfx942__))
#if defined(__HIPCC__) && (defined(__gfx90a__) || defined(__gfx942__))
#define __HIP__MI300_MI250__
#endif

#if defined(__HIPCC__) && \
(defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__))
#if defined(__HIPCC__) && defined(__gfx942__)
#define __HIP__MI300__
#endif

Expand Down

0 comments on commit 9116a19

Please sign in to comment.