文件最后提交记录最后更新时间
[BUILD] Speedup unittests linking (#6796) Comparison of the sizes of build artifacts: Old: ```bash ls build/cmake.linux-x86_64-cpython-3.10/unittest/Dialect/TritonGPU/ -lh total 1.8G drwxr-sr-x 6 jovyan users 4.0K May 11 13:29 CMakeFiles -rw-r--r-- 1 jovyan users 3.3K May 12 21:16 CTestTestfile.cmake -rwxr-xr-x 1 jovyan users 440M May 12 21:18 Dialect -rw-r--r-- 1 jovyan users 387 May 12 21:16 'Dialect[1]_include.cmake' -rw-r--r-- 1 jovyan users 18K May 12 21:18 'Dialect[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 438M May 12 21:18 DumpLayoutTest -rw-r--r-- 1 jovyan users 415 May 12 21:16 'DumpLayoutTest[1]_include.cmake' -rw-r--r-- 1 jovyan users 2.3K May 12 21:18 'DumpLayoutTest[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 446M May 12 21:18 LinearLayoutConversions -rw-r--r-- 1 jovyan users 451 May 12 21:16 'LinearLayoutConversions[1]_include.cmake' -rw-r--r-- 1 jovyan users 60K May 12 21:18 'LinearLayoutConversions[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 439M May 12 21:18 TestSwizzling -rw-r--r-- 1 jovyan users 411 May 12 21:16 'TestSwizzling[1]_include.cmake' -rw-r--r-- 1 jovyan users 8.6K May 12 21:18 'TestSwizzling[1]_tests.cmake' -rw-r--r-- 1 jovyan users 1.7K May 12 21:16 cmake_install.cmake ``` New: ```bash ls build/cmake.linux-x86_64-cpython-3.10/unittest/Dialect/TritonGPU/ -lh total 853M drwxr-sr-x 6 jovyan users 4.0K May 11 13:29 CMakeFiles -rw-r--r-- 1 jovyan users 3.3K May 12 21:39 CTestTestfile.cmake -rwxr-xr-x 1 jovyan users 217M May 12 21:39 Dialect -rw-r--r-- 1 jovyan users 387 May 12 21:39 'Dialect[1]_include.cmake' -rw-r--r-- 1 jovyan users 18K May 12 21:39 'Dialect[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 210M May 12 21:39 DumpLayoutTest -rw-r--r-- 1 jovyan users 415 May 12 21:39 'DumpLayoutTest[1]_include.cmake' -rw-r--r-- 1 jovyan users 2.3K May 12 21:39 'DumpLayoutTest[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 217M May 12 21:39 LinearLayoutConversions -rw-r--r-- 1 jovyan users 451 May 12 21:39 'LinearLayoutConversions[1]_include.cmake' -rw-r--r-- 1 jovyan users 60K May 12 21:39 'LinearLayoutConversions[1]_tests.cmake' -rwxr-xr-x 1 jovyan users 210M May 12 21:39 TestSwizzling -rw-r--r-- 1 jovyan users 411 May 12 21:39 'TestSwizzling[1]_include.cmake' -rw-r--r-- 1 jovyan users 8.6K May 12 21:39 'TestSwizzling[1]_tests.cmake' -rw-r--r-- 1 jovyan users 1.7K May 12 21:39 cmake_install.cmake ``` Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>1 年前
[CI][TEST] update pre-commit hooks and use pre-commit for style tests in CI (#1409) Ref issue: - #1408 Changes: - Add .editorconfig - Add pre-commit-hooks: ```yaml - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: check-symlinks - id: destroyed-symlinks - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml - id: check-ast - id: check-added-large-files - id: check-merge-conflict - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - id: detect-private-key - id: debug-statements ``` - Add flake8 to pre-commit config and add .flake8 file - Use pre-commit for style tests in CI - Run pre-commit and fix existing violations: - fix trailing spaces - fix end-of-files - fix mod file mode with chmod -x - run autopep8 on existing code - fix flake8 violations3 年前
[CI] Add macos build test (#3994) 1 年前
feat: update llvm hash and upload fad3272.patch Co-authored-by: candyhong<1102229410@qq.com> # message auto-generated for no-merge-commit merge: !60 merge release/3.5.x-upgrade-candy-dev into release/3.5.x-upgrade feat: update llvm hash and upload fad3272.patch Created-by: candyhong Commit-by: candyhong Merged-by: zhuxuejie Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## checklist <!-- [x] 表示选中 --> - [ ] 是否通过本地IDE对代码进行静态检查 - [ ] 是否通过本地IDE对代码进行格式化处理 - [ ] 是否进行空指针校验 - [ ] 是否进行返回值校验 - [ ] 是否正确释放new/malloc申请的内存 - [ ] 是否充分考虑接口的异常场景 - [ ] 是否正确记录错误日志 See merge request: jeshd/triton-ascend!601 个月前
Update ptxas to version 12.8.93 (#6149) Also remove a workaround since the underlying bug is fixed and make pre-blackwell use the new ptxas as those were still using an old version. This also disable accumulator init optimization on Hopper as this optimization tend to increase register pressure and may cause poor performance for pressure heavy epilogue.1 年前