- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ld (0.01 sec)
-
ci/official/containers/ml_build_arm64/Dockerfile
# for Python specifically because we install some nightly packages which are # likely to change daily. ARG CACHEBUSTER=0 RUN echo $CACHEBUSTER # Setup build and environment COPY devel.bashrc /root/.bashrc COPY ld.so.conf /dt10/etc/ # Make sure clang is on the path RUN ln -s /usr/lib/llvm-18/bin/clang /usr/bin/clang # Setup JAX Python environment. COPY requirements.txt /requirements.txt COPY setup.python.sh /setup.python.sh
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 01 02:44:57 UTC 2025 - 3.6K bytes - Viewed (0) -
.bazelrc
# Permit newer CUDA versions than Clang is aware of build:cuda_clang --copt="-Wno-unknown-cuda-version" # Set lld as the linker. build:cuda_clang --host_linkopt="-fuse-ld=lld" build:cuda_clang --host_linkopt="-lm" build:cuda_clang --linkopt="-fuse-ld=lld" build:cuda_clang --linkopt="-lm" # Set up compilation CUDA version and paths and use the CUDA Clang toolchain. build:cuda_clang_official --config=cuda_clang
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/s390x.s
FMOVS n-8(SP), F15 // 78f0f010 FMOVD -9999999(R8)(R9*1), F8 // c0a1ff67698141aa9000688a8000 FMOVD F4, F5 // 2854 // RX (12-bit displacement) and RXY (20-bit displacement) instruction encoding (e.g. LD vs LDY) FMOVD (R1), F0 // 68001000 FMOVD 4095(R2), F13 // 68d02fff FMOVD 4096(R2), F15 // edf020000165 FMOVS 4095(R2)(R3), F13 // 78d32fff
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jul 30 19:29:15 UTC 2025 - 22.9K bytes - Viewed (0)