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

support BFloat16 for atomic_cas #1400

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Conversation

bjarthur
Copy link
Contributor

this seemed too easy. is there anything else that needs to be done?

@maleadt
Copy link
Member

maleadt commented Feb 24, 2022

Generally not, it's just a bitcast. CI failures are related though.

@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #1400 (4362195) into master (c616fe8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1400   +/-   ##
=======================================
  Coverage   77.78%   77.78%           
=======================================
  Files         124      124           
  Lines        9073     9073           
=======================================
  Hits         7057     7057           
  Misses       2016     2016           

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 c616fe8...4362195. Read the comment docs.

@maleadt
Copy link
Member

maleadt commented Feb 24, 2022

Looks good, thanks!

@maleadt maleadt added cuda kernels Stuff about writing CUDA kernels. enhancement New feature or request labels Feb 24, 2022
@maleadt maleadt merged commit 95eec21 into JuliaGPU:master Feb 24, 2022
@bjarthur bjarthur deleted the bja/atomicbfloat16 branch January 31, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda kernels Stuff about writing CUDA kernels. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants