You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabled LLD for macos build.
Environmental variables defined in `ci.yml` do not get propagated to
`build-macos.yml` automatically. For the reason we have to either
redefine them or pass the variables explicitly.
```
[355/388, 519.606s elapsed] Linking CXX executable third_party/nvidia/unittest/Conversion/TritonGPUToLLVM/TestPtxAsmFormat
[356/388, 520.757s elapsed] Linking CXX executable third_party/amd/unittest/Conversion/TestOptimizeLDS
[357/388, 2380.661s elapsed] Building CXX object bin/CMakeFiles/triton-opt.dir/triton-opt.cpp.o
[358/388, 2398.139s elapsed] Building CXX object bin/CMakeFiles/triton-llvm-opt.dir/triton-llvm-opt.cpp.o
```
Based on the log added by @peterbell10, the most time was spent on
linking and now it's been reduced
0 commit comments