| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Print human readable description instead of misleading compiler help message.
commit_hash:78aa6c12f5a3b88535805f3dc5f39565c1295493
|
| |
|
|
| |
commit_hash:8c93eea4565075c47db3532653529ae3b7a76e40
|
| |
|
|
| |
commit_hash:9d59413e4935e2c5b33c1a84bf6244c151fe16e7
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
#### Обновление clang до версии 18 и оптимизация фильтрации флагов для BPF 📝
- 🛠️ Обновлен инструмент компиляции с clang14 на clang18 для генерации eBPF-кода
- 🧹 Удалены дублирующиеся флаги целевой архитектуры при сборке BPF-модулей
- 📦 Оптимизирован фильтр флагов компилятора для исключения STL-заголовков в BPF-сборке
- 📝 Удалены устаревшие флаги `-march=bpf`, так как они больше не требуются при использовании clang18
- 🧪 Уточнена конфигурация оптимизаций для BPF-модулей, включая флаги `-mcpu=v3` и `-O2`
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a>
commit_hash:e4e0178f359b52d5961185edf15ec8a8648765e4
|
| |
|
|
| |
commit_hash:35714ea1cb62649a0482502ac3bf0912803e1ad6
|
| |
|
|
| |
commit_hash:3b3a73c72b12bf59c5ff009a535b93abadb1f96a
|
| |
|
|
| |
commit_hash:ef7b604b707e213dbd9fbaf1cc1e7c4cbd7c4f4c
|
| |
|
|
|
| |
#| || **<a href="https://nda.ya.ru/t/NmXL8DSH7W8pjd" target="_blank"> Echo tests</a>** || |#
commit_hash:595f1e5ce2f0b1215088b7c8d2b79f07955f9a4b
|
| |
|
|
|
|
|
|
|
|
| |
Тестировалось так:
```
mikhnenko@jakku:~/arcadia$ ya m devtools/dummy_arcadia/hello_go --target-platform=default-emscripten-wasm32 --sandboxing
mikhnenko@jakku:~/arcadia$ wasmtime devtools/dummy_arcadia/hello_go/hello_go
Hello, World!
```
commit_hash:95b3a3c437b7d0a64994c6b9aed97a1cc5ee8561
|
| |
|
|
|
| |
Добавляю тулчейны asan и msan, собранные с CUDA
commit_hash:3731067c580fc1343521a3a08cccbfb363f12ce2
|
| |
|
|
| |
commit_hash:e50a07bf54f78e9b26e88619aacf9ae76f68575b
|
| |
|
|
| |
commit_hash:24bf692e9b505b74d0b3cc7257a8ccb77c84ca64
|
| |
|
|
|
|
|
| |
IDs generated by different cicc invocations should match
ISSUE:
commit_hash:7cd593cee44b31875e7166709d7614dcfa3f1f14
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compilation
Instead of a single graph node launching NVCC to compile .cu for both host and all device architectures
CUDA_SRCS generates multiple nodes:
- node per each device architecture producing PTX and CUBIN
- node merging all PTX and CUBIN files into a single FATBIN blob
- node producing .cpp with host code
- node compiling host .cpp with embedded FATBIN blob
CUDA_ARCHITECTURES variable is used to determine the list of architectures to compile device code for.
ISSUE:
commit_hash:0a4c2797dd238ae062482af30694df6978301278
|
| |
|
|
| |
commit_hash:42cbe679894a95a825348d1af0e50bac0c87a7eb
|
| |
|
|
| |
commit_hash:d23fab7a0d429fff427da7d877e63fc4eee2ed4f
|
| |
|
|
|
|
| |
DOCSBOOK
commit_hash:5a3ad292b315b6435b4929ce2a5dfe5f9ffed7cf
|
| |
|
|
| |
commit_hash:c8efa31c9cc0e080a87437782707506a75fbf48c
|
| |
|
|
| |
commit_hash:650c7d56fe7044ca181cce3e6feac7b7f28b4e41
|
| |
|
|
| |
commit_hash:8bb7796dc00308eff1ba80875b36a09d2c23b366
|
| |
|
|
| |
commit_hash:a56e54a5e36856311957f70412a32eaab769532e
|
| |
|
|
| |
commit_hash:6cec762a041602a74dce5a4c6c3828f032b4344f
|
| |
|
|
| |
commit_hash:044bb76cacea25d38a1939236f98aa8e3d6b4def
|
| |
|
|
| |
commit_hash:3dfdf668eac73d56b978a7204a9de9976b59d763
|
| |
|
|
| |
commit_hash:cc348cd44c4c6d2b32ccc6b36ee7210ac4585c54
|
| |
|
|
| |
commit_hash:917e243f0ac57950881b0a52d975499ca0ed323f
|
| |
|
|
| |
commit_hash:f944debcdcf04bf2cefe49621260f6ada3d4f68a
|
| |
|
|
| |
commit_hash:1a2377789930bc46d1b675e5efee76dd379cfc79
|
| |
|
|
| |
commit_hash:cbfbb9ac102550c76b7a7be979611fb28d7d92f8
|
| |
|
|
| |
commit_hash:888d7a022d9df34de2db88254d47a466214ce963
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Migrated scripts:
build/scripts/run\_tool.py
build/scripts/yield\_line.py
build/scripts/xargs.py
build/scripts/f2c.py
build/scripts/gen\_py\_reg.py
build/scripts/gen\_py3\_reg.py
build/scripts/configure\_file.py
build/scripts/mkver.py
build/scripts/symlink.py
build/scripts/fetch\_from\_archive.py
build/scripts/llvm\_opt\_wrapper.py
commit_hash:6ae158c774ba30642a97b15dde78f7c2a539856f
|
| |
|
|
| |
commit_hash:ed4caddc63014a5b74fd8dcfbd0929e49f914dab
|
| |
|
|
| |
commit_hash:076fe96026b57c22a3f65ea7b482b7d880430570
|
| |
|
|
| |
commit_hash:1df835645989214c763d35e0f22025e0c1418b75
|
| |
|
|
| |
commit_hash:2cae8449b03db1757cf0f8cd7a226d806b1a4d91
|
| |
|
|
|
| |
Fix
commit_hash:53500d3e30bbbfdd1789ce8cb9ef60b901a51ac1
|
| |
|
|
|
|
|
|
|
|
|
| |
fix empty remove, bare headers from ros msg, no\_default\_mappings
* Исправлен баг "пустой remove =\> ok"
* Добавлена логика исправления путей в хедерах для сгенерированных файлов из .msg
* В запуск iwyu добавлен флажок --no\_default\_mappings, в папке build/config/tests/iwyu добавлены соотвествующие маппинги для C\+\+
commit_hash:ade6dbcc221c8e2d5bde8e62a178a9acdc29d8a6
|
| |
|
|
| |
commit_hash:9df18dee7e66807ff56369c48f70d725c945c6c7
|
| |
|
|
|
| |
rep py2 -> py3 for java
commit_hash:78171638f15125a712c6142b22cdc8bc33b75a56
|
| |
|
|
|
| |
fix external filtering
commit_hash:6155236a9439c03a594bdda31b01b84e8eaaf33b
|
| |
|
|
|
| |
fix compile error exit in iwyu
commit_hash:4bfdc0e70496933a0a5ec7e559583dfd051c0a1d
|
| |
|
|
|
| |
upd iwyu.py
commit_hash:165bbb355494ae71e5a8873248ba461cf802d004
|
| |
|
|
|
| |
add tests for iwyu to devtools/ya
commit_hash:528598228cdc4a4f004956ce50b28f13fa3841fa
|
| |
|
|
| |
commit_hash:c1a2735e8ed59819590c2991e3862ced5a39e085
|
| |
|
|
| |
commit_hash:7de52d94720c3dbca0867461b53fc7d7d5c9a8a6
|
| |
|
|
|
| |
move verbose to iwyu.err
commit_hash:6d75986aebc22cf664ffd1c960e79843fdcf1225
|
| |
|
|
|
| |
fix bug for correct includes in iwyu.py
commit_hash:1c793e078f7680c3040e84f480dd1e20eba9c89f
|
| |
|
|
|
| |
update iwyu readme and fix bug in build
commit_hash:0cebb8cbeb770a376c4b7bbb894fdcc224da8973
|
| |
|
|
|
| |
Fix KAPT options
commit_hash:f57610c58e1ed15aa24211c24b1cf00892df899c
|
| |
|
|
|
| |
KAPT AP options
commit_hash:71e5753000f04861243579a301e13463588b7220
|