Skip to content
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

Use a build matrix. #1445

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Use a build matrix. #1445

merged 1 commit into from
Mar 21, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Mar 18, 2022

No description provided.

@maleadt
Copy link
Member Author

maleadt commented Mar 18, 2022

Fails during upload:

2022-03-18 16:34:03 WARN POST https://agent.buildkite.com/v3/jobs/89cc5797-16c7-4ba2-b0e4-71bd3db5655e/pipelines: 500 There was an unknown error uploading these steps. Please email us at support@buildkite.com and include this UUID 93e848f4-036c-4b27-9d15-ff1a95a1948c so we can investigate and get it fixed. (Attempt 12/60 Retrying in 5s)

I've sent an email.

@maleadt
Copy link
Member Author

maleadt commented Mar 18, 2022

Currently interpolation of matrix values in plugin attributes is not supported so I think due to this pipeline upload step is failing. Interpolation of matrix values is allowed into command step attributes such as environment variables, labels and commands.

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #1445 (a2512e2) into master (71e9760) will decrease coverage by 0.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1445      +/-   ##
==========================================
- Coverage   77.23%   76.94%   -0.29%     
==========================================
  Files         121      121              
  Lines        9198     9192       -6     
==========================================
- Hits         7104     7073      -31     
- Misses       2094     2119      +25     
Impacted Files Coverage Δ
lib/cudnn/CUDNN.jl 40.00% <0.00%> (-35.81%) ⬇️
lib/cublas/CUBLAS.jl 50.89% <0.00%> (-25.00%) ⬇️
lib/cudadrv/CUDAdrv.jl 51.66% <0.00%> (-13.34%) ⬇️
src/utilities.jl 68.91% <0.00%> (-4.06%) ⬇️
lib/cudadrv/module/linker.jl 68.75% <0.00%> (-3.13%) ⬇️
lib/cudadrv/state.jl 77.84% <0.00%> (-2.28%) ⬇️
lib/cudadrv/memory.jl 80.75% <0.00%> (-1.04%) ⬇️
src/sorting.jl 24.03% <0.00%> (+0.05%) ⬆️
lib/cusparse/broadcast.jl 36.45% <0.00%> (+0.23%) ⬆️
lib/cufft/fft.jl 87.87% <0.00%> (+0.37%) ⬆️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71e9760...a2512e2. Read the comment docs.

@maleadt maleadt merged commit 3f86a0a into master Mar 21, 2022
@maleadt maleadt deleted the tb/matrix branch March 21, 2022 09:31
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
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