use old instrinsics with staging compiler (#1970)

This commit is contained in:
Illia Silin
2025-03-12 07:29:09 -07:00
committed by GitHub
parent 8cbcd3e0d0
commit 4c97cc511e
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
#include "ck/utility/thread_group.hpp"
#include "ck/utility/debug.hpp"
#if __clang_major__ >= 20
#if __clang_major__ == 20
#include "amd_buffer_addressing_builtins.hpp"
#else
#include "amd_buffer_addressing.hpp"