Lit tests for cuda_add_cufft_to_target#1508
Merged
zhimingwang36 merged 5 commits intooneapi-src:SYCLomaticfrom Jan 10, 2024
Merged
Lit tests for cuda_add_cufft_to_target#1508zhimingwang36 merged 5 commits intooneapi-src:SYCLomaticfrom
zhimingwang36 merged 5 commits intooneapi-src:SYCLomaticfrom
Conversation
tomflinda
reviewed
Dec 11, 2023
tomflinda
reviewed
Dec 11, 2023
tomflinda
reviewed
Dec 11, 2023
zhiweij1
reviewed
Dec 11, 2023
8cb6182 to
0d41070
Compare
0d41070 to
faab593
Compare
b3827d2 to
5f579db
Compare
2bebcec to
55ee40c
Compare
Contributor
Author
|
Raised the behaviour test PR#573 for dpct_add_mkl_to_target |
55ee40c to
a72ee1b
Compare
tomflinda
reviewed
Jan 4, 2024
tomflinda
reviewed
Jan 4, 2024
a72ee1b to
295aa21
Compare
295aa21 to
55e6b78
Compare
tomflinda
reviewed
Jan 5, 2024
zhiweij1
reviewed
Jan 5, 2024
059caf8 to
1f6a98c
Compare
zhiweij1
reviewed
Jan 8, 2024
zhiweij1
requested changes
Jan 8, 2024
Contributor
zhiweij1
left a comment
There was a problem hiding this comment.
Could you prepare a full CUDA test case in https://github.com/intel-sandbox/cmake_script_migration ?
1f6a98c to
56f54b1
Compare
zhiweij1
approved these changes
Jan 9, 2024
56f54b1 to
2894f17
Compare
2894f17 to
1fed6a7
Compare
Contributor
|
Need rebase to solve the conflicting files |
zhimingwang36
pushed a commit
that referenced
this pull request
Jul 23, 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
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.
Added lit test for cuda_add_cufft_to_target CMake macro