<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/scripts, branch oidc-1.2.7a</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7a</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.7a'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-02-20T17:47:22Z</updated>
<entry>
<title>Support building go_std for wasip1+wasm</title>
<updated>2026-02-20T17:47:22Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2026-02-20T17:00:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=955df2947be03065e85dfe1e489f2ddd73e98152'/>
<id>urn:sha1:955df2947be03065e85dfe1e489f2ddd73e98152</id>
<content type='text'>
Тестировалось так:
```
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
</content>
</entry>
<entry>
<title>create sanitizer toolchains with CUDA</title>
<updated>2026-02-16T17:42:44Z</updated>
<author>
<name>abityugov</name>
<email>abityugov@yandex-team.com</email>
</author>
<published>2026-02-16T17:00:38Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a9ecb4c26f5e3244bc5d3e5d3b04e7dfbd77a8c2'/>
<id>urn:sha1:a9ecb4c26f5e3244bc5d3e5d3b04e7dfbd77a8c2</id>
<content type='text'>
Добавляю тулчейны asan и msan, собранные с CUDA
commit_hash:3731067c580fc1343521a3a08cccbfb363f12ce2
</content>
</entry>
<entry>
<title>Enable lrodata resource insertion</title>
<updated>2026-02-13T05:20:51Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2026-02-13T04:51:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ea746b1b581d2ef1a0cd769b8c9546940c9c0f0d'/>
<id>urn:sha1:ea746b1b581d2ef1a0cd769b8c9546940c9c0f0d</id>
<content type='text'>
commit_hash:e50a07bf54f78e9b26e88619aacf9ae76f68575b
</content>
</entry>
<entry>
<title>Insert large resources into lrodata (objcopy part)</title>
<updated>2026-02-10T03:51:24Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2026-02-10T03:04:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f28da7d61451c49fd397cccdd999c8227d8c1596'/>
<id>urn:sha1:f28da7d61451c49fd397cccdd999c8227d8c1596</id>
<content type='text'>
commit_hash:24bf692e9b505b74d0b3cc7257a8ccb77c84ca64
</content>
</entry>
<entry>
<title>[build] cuda: Add .module_id sanity check to CUDA_SRCS</title>
<updated>2026-02-02T17:54:05Z</updated>
<author>
<name>deshevoy</name>
<email>deshevoy@yandex-team.com</email>
</author>
<published>2026-02-02T17:17:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=527205698ee1e45c26021bea3ea3a94b9bfaca5e'/>
<id>urn:sha1:527205698ee1e45c26021bea3ea3a94b9bfaca5e</id>
<content type='text'>
IDs generated by different cicc invocations should match

ISSUE:
commit_hash:7cd593cee44b31875e7166709d7614dcfa3f1f14
</content>
</entry>
<entry>
<title>[build] cuda: Introduce CUDA_SRCS macro utilizing parallelized device code compilation</title>
<updated>2026-02-01T17:51:53Z</updated>
<author>
<name>deshevoy</name>
<email>deshevoy@yandex-team.com</email>
</author>
<published>2026-02-01T17:25:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2726a4c04b0e9ddc111f2d1ea56390624cb67228'/>
<id>urn:sha1:2726a4c04b0e9ddc111f2d1ea56390624cb67228</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Fix 'Argument list too long'</title>
<updated>2026-01-15T05:50:33Z</updated>
<author>
<name>say</name>
<email>say@yandex-team.com</email>
</author>
<published>2026-01-15T05:33:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b19f571c577f4189a105a73580ca04248d091ee0'/>
<id>urn:sha1:b19f571c577f4189a105a73580ca04248d091ee0</id>
<content type='text'>
commit_hash:42cbe679894a95a825348d1af0e50bac0c87a7eb
</content>
</entry>
<entry>
<title>Split py3cc into slow &amp; fast</title>
<updated>2025-12-01T03:36:14Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2025-12-01T03:14:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b223d9922135c57913184f39ce8fe34a1bd7064b'/>
<id>urn:sha1:b223d9922135c57913184f39ce8fe34a1bd7064b</id>
<content type='text'>
commit_hash:d23fab7a0d429fff427da7d877e63fc4eee2ed4f
</content>
</entry>
<entry>
<title>DOCSBOOK is final target again; additional output preprocessed.tar.gz for DOCSBOOK</title>
<updated>2025-11-20T07:20:46Z</updated>
<author>
<name>snermolaev</name>
<email>snermolaev@yandex-team.com</email>
</author>
<published>2025-11-20T06:56:26Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a28ab4eda757fd0095a375620f3799dc4189b773'/>
<id>urn:sha1:a28ab4eda757fd0095a375620f3799dc4189b773</id>
<content type='text'>
commit_hash:5a3ad292b315b6435b4929ce2a5dfe5f9ffed7cf
</content>
</entry>
<entry>
<title>Mach-o objcopy resource insertion support (preparation only)</title>
<updated>2025-11-18T11:24:28Z</updated>
<author>
<name>nechda</name>
<email>nechda@yandex-team.com</email>
</author>
<published>2025-11-18T07:37:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a15b816ec0d94f490a5f9934f21c831f1104060f'/>
<id>urn:sha1:a15b816ec0d94f490a5f9934f21c831f1104060f</id>
<content type='text'>
commit_hash:c8efa31c9cc0e080a87437782707506a75fbf48c
</content>
</entry>
</feed>
