diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-03-16 00:00:23 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-03-16 00:10:16 +0300 |
commit | aa29fbc22a15cee1be3005f556dc3b0a6fc5d3df (patch) | |
tree | d0f5cd36b0c6ded8c8cc80c3a0514148a678298d /build | |
parent | 6635e51dd2fc4c8fbc3e510cd31c9c9102b7cfda (diff) | |
download | ydb-aa29fbc22a15cee1be3005f556dc3b0a6fc5d3df.tar.gz |
Move xnnpack dependencies to contrib/restricted/google
This is not quite accurate, yet the only developer of these dependencies is the only developer of [google/xnnpack](https://github.com/google/xnnpack)
c6f958737e84f20c180dcd5ca7fa9ee9efc05adf
Diffstat (limited to 'build')
-rw-r--r-- | build/sysincl/misc.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index a347ac51f3..4a6835e625 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -509,13 +509,13 @@ includes: - position.hh -- source_filter: "^contrib/libs/fp16/include/fp16/psimd.h" +- source_filter: "^contrib/restricted/google/fp16/include/fp16/psimd.h" includes: - psimd.h - source_filter: "^vendor/github.com/NVIDIA" includes: - - nvml.h: + - nvml.h: - vendor/github.com/NVIDIA/go-dcgm/pkg/dcgm/nvml.h - vendor/github.com/NVIDIA/go-nvml/gen/nvml/nvml.h - vendor/github.com/NVIDIA/go-nvml/pkg/nvml/nvml.h |