[Toolchain] Fix AOCL linking problem and other ver-202503 patch#6623
Merged
mohanchen merged 10 commits intodeepmodeling:developfrom Oct 21, 2025
Merged
[Toolchain] Fix AOCL linking problem and other ver-202503 patch#6623mohanchen merged 10 commits intodeepmodeling:developfrom
mohanchen merged 10 commits intodeepmodeling:developfrom
Conversation
Collaborator
Author
|
Updates:
|
添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息
更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确
Collaborator
Author
|
Update:
|
… removal of origin scripts in the future.
ZhouXY-PKU
approved these changes
Oct 20, 2025
Collaborator
ZhouXY-PKU
left a comment
There was a problem hiding this comment.
Thanks for your patches!
(More tests are still needed, e.g. supported versions of libtorch and glibc)
mohanchen
approved these changes
Oct 21, 2025
QuantumMisaka
added a commit
to QuantumMisaka/abacus-develop
that referenced
this pull request
Oct 21, 2025
…modeling#6623) * refactor(scripts): Rename uncorrect FAST_MATH_* env to MATH_* * docs(toolchain): correct NEP description * fix(scripts): correct all FAST_MATH to MATH * fix: 下载失败时删除临时文件 * docs(toolchain): 更新LibTorch版本注释并统一MLALGO支持描述 * chore: update .gitignore to ignore .trae * feat(用户界面): 在系统摘要中添加CPU型号信息 添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息 * docs(toolchain): 更新支持的编译器及特性说明 更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确 * refactor(toolchain): refine the comments of the main scripts and mark removal of origin scripts in the future. * docs(toolchain): modify and add comments for libtorch
kluonj
pushed a commit
to kluonj/abacus-develop
that referenced
this pull request
Oct 21, 2025
…modeling#6623) * refactor(scripts): Rename uncorrect FAST_MATH_* env to MATH_* * docs(toolchain): correct NEP description * fix(scripts): correct all FAST_MATH to MATH * fix: 下载失败时删除临时文件 * docs(toolchain): 更新LibTorch版本注释并统一MLALGO支持描述 * chore: update .gitignore to ignore .trae * feat(用户界面): 在系统摘要中添加CPU型号信息 添加CPU型号检测逻辑,通过lscpu或/proc/cpuinfo获取处理器信息并显示在系统摘要中,方便用户查看完整的硬件信息 * docs(toolchain): 更新支持的编译器及特性说明 更新README中关于GNU、Intel和AMD工具链的编译器要求及特性描述,使其更准确 * refactor(toolchain): refine the comments of the main scripts and mark removal of origin scripts in the future. * docs(toolchain): modify and add comments for libtorch
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.

Reminder
Linked Issue
Fix #6620
What's changed?
install_aocl.shhas been fixed, and NEP description in README has been fixed. Now AOCC-AOCL and GCC-AOCL toolchain and ABACUS compiled with each of them can work normally after load relative AOCC-AOCL or GCC-AOCL environments.