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

Adapt to GPUCompiler 0.15 changes #1488

Merged
merged 2 commits into from
May 10, 2022
Merged

Adapt to GPUCompiler 0.15 changes #1488

merged 2 commits into from
May 10, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Apr 28, 2022

Remaining issues need a fix in GPUCompiler: JuliaGPU/GPUCompiler.jl#320 (comment)

@maleadt maleadt force-pushed the tb/gpucompiler branch 2 times, most recently from 6f4b8a8 to 9d54aad Compare May 10, 2022 09:03
@maleadt maleadt marked this pull request as ready for review May 10, 2022 09:03
GPUCompiler doesn't know about the function instance anymore,
so create the HostKernel when we still do.
@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #1488 (1f2dce0) into master (554dcc4) will decrease coverage by 0.68%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1488      +/-   ##
==========================================
- Coverage   73.31%   72.63%   -0.69%     
==========================================
  Files         131      131              
  Lines        9805     9806       +1     
==========================================
- Hits         7189     7123      -66     
- Misses       2616     2683      +67     
Impacted Files Coverage Δ
src/compiler/execution.jl 86.63% <100.00%> (-0.47%) ⬇️
src/compiler/reflection.jl 94.28% <100.00%> (ø)
lib/cudnn/CUDNN.jl 37.50% <0.00%> (-35.94%) ⬇️
lib/cublas/CUBLAS.jl 50.00% <0.00%> (-25.44%) ⬇️
src/utilities.jl 68.91% <0.00%> (-4.06%) ⬇️
lib/cudadrv/CUDAdrv.jl 51.66% <0.00%> (-3.34%) ⬇️
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 78.59% <0.00%> (-1.01%) ⬇️

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 554dcc4...1f2dce0. Read the comment docs.

@maleadt maleadt merged commit 494a01c into master May 10, 2022
@maleadt maleadt deleted the tb/gpucompiler branch May 10, 2022 14:39
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
* Bump GPUCompiler.

* Adapt to FunctionSpec change.

GPUCompiler doesn't know about the function instance anymore,
so create the HostKernel when we still do.
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.

None yet

1 participant