Test: CI build optimizations (CUDA compute capabilities and non-curses mode from cl/945255455)#4142
Draft
vkarampudi wants to merge 94 commits into
Draft
Test: CI build optimizations (CUDA compute capabilities and non-curses mode from cl/945255455)#4142vkarampudi wants to merge 94 commits into
vkarampudi wants to merge 94 commits into
Conversation
…s mode from cl/945255455)
…es to eliminate 5hr GPU build and 2MiB log clipping
…rs and speed up compilation
… resolve NCCL 2.29 typeof and uint4 __stwt errors under Clang
…runtime_wrapper.h via rules_ml_toolchain patch_cmds to avoid un-sandboxed header file not found errors
- Align WORKSPACE with opensource_only/root.workspace. - Patch XLA to fix dso_loader missing dependency declarations. - Patch XLA to fix CUB scan policy compile error. TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
…tch Dockerfile. TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
…E_WRAPPERS_STWT. TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
…ules errors. TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
TAG=agy CONV=748d06f3-9c06-4d77-9f81-b365b06d1b3a
…5a26ffe to match TF 2.21 release
…for TF master compatibility
…dc08092e20b07d1b1f8df492 for v2.21.0 tag
…Bazel patch application
…nits to satisfy GCC vector attributes
… GPU backend files
…interpretation in autoconf scripts
…lation units (.cu, .cu.cc, _cuda.cc) to preserve native Clang 18 __bf16 support
…nt16_t for GCC 10 while preserving Clang 18 native support
…ader pre-include conflicts under Bazel
…+ and NVCC warning errors in CUDA headers
…--cxxopt=-Wno-error
…-D__bf16=uint16_t through NVCC to GCC host compiler passes
… device cicc frontend and host passes
…ild:cuda to define __bf16 globally for all CUDA compilation passes
…ches .cu, .cu.cc, and _cuda.cc files properly
… to typedef __bf16 as uint16_t for GCC 10 while preserving Clang 18 native __bf16 support
…local/include as a system include directory
…b/gcc/x86_64-linux-gnu/10/include to satisfy Bazel toolchain builtin include checks
…existence and builtin toolchain inclusion
…rt whenever __bf16 is undefined
…ostdinc include search path restrictions
…elative path in .bazelrc
… to satisfy system header undeclared inclusion rules and compiler flag parsing
…lib/gcc/x86_64-linux-gnu/10/include/ and pre-include via cuda_bf16_fix.h
…sses when __bf16 is undefined
…asses to resolve cuda_bf16_fix.h from /usr/include
…64-linux-gnu/10/include/ and remove -isystem/usr/include to avoid sandbox root checks
…r macro across all C++ and CUDA compilation passes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.