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

Fastmath improvements #1356

Merged
merged 2 commits into from
Feb 7, 2022
Merged

Fastmath improvements #1356

merged 2 commits into from
Feb 7, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 7, 2022

Fixes #1352

@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #1356 (6cd89af) into master (00955dd) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1356      +/-   ##
==========================================
- Coverage   78.94%   78.86%   -0.09%     
==========================================
  Files         119      119              
  Lines        8686     8686              
==========================================
- Hits         6857     6850       -7     
- Misses       1829     1836       +7     
Impacted Files Coverage Δ
src/compiler/exceptions.jl 94.11% <0.00%> (-5.89%) ⬇️
lib/cudadrv/stream.jl 93.54% <0.00%> (-1.62%) ⬇️
lib/cudadrv/state.jl 79.54% <0.00%> (-1.14%) ⬇️
src/pool.jl 76.72% <0.00%> (-0.87%) ⬇️
lib/cudadrv/memory.jl 81.44% <0.00%> (-0.35%) ⬇️

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 00955dd...6cd89af. Read the comment docs.

@maleadt maleadt merged commit f7a9e41 into master Feb 7, 2022
@maleadt maleadt deleted the tb/fastmath branch February 7, 2022 16:33
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.

unsupported call through a literal pointer (call to log1pf) on Julia 1.6.5
1 participant