Skip to content

[WIP][SYCL] update lit test with the target #2586

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

Closed
wants to merge 1 commit into from

Conversation

smanna12
Copy link
Contributor

@smanna12 smanna12 commented Oct 2, 2020

The lit test runs on a 32 bit windwos machine in downstream and causes
qssertion failed: HT.getArch() == llvm::Triple::x86_64 && "Unsupported host architecture"
inside Targets.cpp file.

The patch updates this test to specify a target to fix the issue.

Signed-off-by: Soumi Manna soumi.manna@intel.com

The lit test runs on a 32 bit windwos machine in downstream and causes
qssertion failed: HT.getArch() == llvm::Triple::x86_64 && "Unsupported host architecture"
inside Targets.cpp file.

The patch updates this test to specify a target to fix the issue.

Signed-off-by: Soumi Manna <soumi.manna@intel.com>
@smanna12
Copy link
Contributor Author

smanna12 commented Oct 2, 2020

@erichkeane, the test still seems incorrect and does not solve the problem. I thought to share the patch with you to get some feedback on it. Thanks.

@smanna12 smanna12 requested a review from erichkeane October 2, 2020 13:43
@smanna12 smanna12 changed the title [SYCL] update lit test with the target [WIP][SYCL] update lit test with the target Oct 2, 2020
@smanna12
Copy link
Contributor Author

smanna12 commented Oct 2, 2020

Abandoned

@smanna12 smanna12 closed this Oct 2, 2020
@smanna12 smanna12 deleted the Fixtest branch October 2, 2020 16:03
iclsrc pushed a commit that referenced this pull request Jun 6, 2024
Some of the upstream PRs are getting backported to the llvm_release_* branches, but those changes are never released. That prevents them from distributing as precompiled packages in various distributions like conda-forge and others. This PR targets this issue by creating automated workflow that is triggered once a month and generates automated releases for each such branch if there were changes since last release.

This PR
Adds workflow to generate releases every month from llvm_release_* branches in the format %llvm_major%.%llvm_minor%.%latest patch version +1%. For example:
v18.1.1
v17.0.2
v17.0.1
v14.0.1
etc

Release description matches as close as possible to current releases. The only difference is that llvm versions is represented by two numbers, instead of three, because it is impossible to recover exact version. You can check out example of generated versions here (there are few releases from the original proposal): https://github.com/ZzEeKkAa/SPIRV-LLVM-Translator/releases
Workflow is set to be triggered once a month. It is also possible to trigger it manually from github actions UI.

Merge process
Merge the PR to main
Trigger workflow manually

Note
There is no need to backport changes to all branches, since workflow dispatch on schedule basis can be performed only from main branch.

Fixes: #1898
Fixes: #1508

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@63e89a9a268e5c2
jsji pushed a commit that referenced this pull request Jun 27, 2024
Some of the upstream PRs are getting backported to the llvm_release_* branches, but those changes are never released. That prevents them from distributing as precompiled packages in various distributions like conda-forge and others. This PR targets this issue by creating automated workflow that is triggered once a month and generates automated releases for each such branch if there were changes since last release.

This PR
Adds workflow to generate releases every month from llvm_release_* branches in the format %llvm_major%.%llvm_minor%.%latest patch version +1%. For example:
v18.1.1
v17.0.2
v17.0.1
v14.0.1
etc

Release description matches as close as possible to current releases. The only difference is that llvm versions is represented by two numbers, instead of three, because it is impossible to recover exact version. You can check out example of generated versions here (there are few releases from the original proposal): https://github.com/ZzEeKkAa/SPIRV-LLVM-Translator/releases
Workflow is set to be triggered once a month. It is also possible to trigger it manually from github actions UI.

Merge process
Merge the PR to main
Trigger workflow manually

Note
There is no need to backport changes to all branches, since workflow dispatch on schedule basis can be performed only from main branch.

Fixes: #1898
Fixes: #1508

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@63e89a9a268e5c2
kbenzie added a commit to kbenzie/intel-llvm that referenced this pull request Feb 17, 2025
…elease

[DeviceASAN] Fix kernel release order
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant