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

Add issue templates #245

Merged
merged 7 commits into from
Jun 23, 2020
Merged

Add issue templates #245

merged 7 commits into from
Jun 23, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 23, 2020

And some functionality to simplify reporting: fixes #34.

@maleadt maleadt added the enhancement New feature or request label Jun 23, 2020
@maleadt
Copy link
Member Author

maleadt commented Jun 23, 2020

julia> CUDA.versioninfo()
CUDA toolkit 10.2.89, artifact installation
CUDA driver 11.0.0

Libraries: 
- CUBLAS: 10.2.2
- CURAND: 10.1.2
- CUFFT: 10.1.2
- CUSOLVER: 10.3.0
- CUSPARSE: 10.3.1
- CUTENSOR: 1.0.1
- CUDNN: 7.6.5
- CUPTI: 12.0.0

Packages:
- CUDA.jl: 1.0.2
- LLVM.jl: 1.5.2
- GPUCompiler.jl: 0.4.0
- GPUArrays.jl: 4.0.0
- Adapt.jl: 2.0.0

Toolchain:
- Julia: 1.5.0-beta1.0
- LLVM: 9.0.1
- PTX ISA support: 3.2, 4.0, 4.1, 4.2, 4.3, 5.0, 6.0, 6.1, 6.3, 6.4
- Device support: sm_35, sm_37, sm_50, sm_52, sm_53, sm_60, sm_61, sm_62, sm_70, sm_72, sm_75

1 device(s):
- Quadro RTX 5000 (14.251 GiB, sm_75)

@codecov
Copy link

codecov bot commented Jun 23, 2020

Codecov Report

Merging #245 into master will increase coverage by 0.13%.
The diff coverage is 96.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   82.35%   82.49%   +0.13%     
==========================================
  Files         145      146       +1     
  Lines        9441     9545     +104     
==========================================
+ Hits         7775     7874      +99     
- Misses       1666     1671       +5     
Impacted Files Coverage Δ
lib/cublas/wrappers.jl 93.02% <0.00%> (+0.54%) ⬆️
lib/cupti/CUPTI.jl 100.00% <ø> (ø)
test/cublas.jl 91.66% <ø> (ø)
test/cudnn.jl 26.66% <ø> (ø)
test/cufft.jl 90.22% <ø> (ø)
test/curand.jl 100.00% <ø> (ø)
test/cusparse.jl 89.45% <ø> (ø)
test/cutensor.jl 98.76% <ø> (+0.02%) ⬆️
deps/bindeps.jl 81.93% <80.00%> (-0.07%) ⬇️
lib/cupti/wrappers.jl 100.00% <100.00%> (ø)
... and 18 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 810117b...20e1d11. Read the comment docs.

@maleadt maleadt merged commit caaa336 into master Jun 23, 2020
@maleadt maleadt deleted the tb/versioninfo branch June 23, 2020 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

versioninfo()
1 participant