diff options
author | deshevoy <deshevoy@yandex-team.com> | 2024-11-28 11:23:32 +0300 |
---|---|---|
committer | deshevoy <deshevoy@yandex-team.com> | 2024-11-28 11:36:54 +0300 |
commit | 6f2ad073d3fded737686b078612437fea44ea741 (patch) | |
tree | d07c549a5dceabc5bb1751caea154ff8ead56fae | |
parent | 7b2abf2f5254556fa36060d0f6ca9e077def3b35 (diff) | |
download | ydb-6f2ad073d3fded737686b078612437fea44ea741.tar.gz |
[contrib] onnx_runtime: Build for aarch64
commit_hash:6e9a24f950a84a0e2245dccbaa90dd28c0e1da7b
-rw-r--r-- | build/sysincl/nvidia-thrust-to-nothing.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/sysincl/nvidia-thrust-to-nothing.yml b/build/sysincl/nvidia-thrust-to-nothing.yml index 302ce309fe..0c3fb93711 100644 --- a/build/sysincl/nvidia-thrust-to-nothing.yml +++ b/build/sysincl/nvidia-thrust-to-nothing.yml @@ -1,8 +1,12 @@ - includes: + - thrust/count.h - thrust/device_ptr.h + - thrust/device_vector.h + - thrust/functional.h - thrust/execution_policy.h - thrust/iterator/iterator_facade.h - thrust/iterator/iterator_traits.h + - thrust/iterator/transform_iterator.h - thrust/scan.h - thrust/sort.h - thrust/system/cuda/execution_policy.h |