diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-01-21 14:26:14 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-01-21 15:03:13 +0300 |
commit | cb23b29c1daf4090221bd8abb879fe897fc348a4 (patch) | |
tree | e67d8bad9dfeb439018d80ea97e8ffb9053dcdda | |
parent | 99545f5e3d0120530d7be5b208572aefd29dbd0b (diff) | |
download | ydb-cb23b29c1daf4090221bd8abb879fe897fc348a4.tar.gz |
Include <cuda_wrappers/new> from toolchain, not from Arcadia
commit_hash:bd86130122e53e7b665b7abcbcf02cc2db4de953
-rw-r--r-- | build/sysincl/intrinsic.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/sysincl/intrinsic.yml b/build/sysincl/intrinsic.yml index aa8308593a..6140d33a91 100644 --- a/build/sysincl/intrinsic.yml +++ b/build/sysincl/intrinsic.yml @@ -1,3 +1,4 @@ +# This set of sysincls corresponds to clang ${CLANG_RESOURCE_GLOBAL}/lib/clang/Headers - includes: - Intrin.h - altivec.h @@ -22,6 +23,7 @@ - bmi2intrin.h - bmiintrin.h - cmnintrin.h + - cuda_wrappers/new - e2kbuiltin.h - emmintrin.h - f16cintrin.h |