-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon No.109】InfiniTensor推理引擎的Windows系统适配 #177
base: master
Are you sure you want to change the base?
Conversation
fmt 没过,注意你本地格式化是否使用 clang-format-14,版本不对出来也不一样。 |
openmp 的问题要不直接在 win 上禁用掉好了,改类型的话会影响全平台不合适。win 只需要先保证能跑 |
Ok, 能在 github actions 里加上 windows 平台吗? |
好像不需要在 win 上完全禁掉 openmp,这个问题不是跟 win 平台或编译器绑定的,是跟 openmp 版本绑定的,需要限制下 openmp 版本不小于3.0。Linux上好像 gcc 4.4 就已经支持到 openmp 3.0 了,所以这个限制应该在 gcc 上不会有问题。 |
好的,MSVC 默认使用 openmp2.0,增加 |
@MayYouBeProsperous 您好,请问这个PR 是否是可合并状态? |
请为 CI 添加一个 windows runner |
好的,我调试一下 |
我按现在的CMakeFiles编译了一次,因使用了静态链接,
相关链接 |
感谢指导!目前本地能成功编译,但在 CI Actions 中生成的 pyd 文件还有问题,还在解决中。 |
题目:链接