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

Tests for showing #35

Closed
maleadt opened this issue Feb 5, 2018 · 3 comments
Closed

Tests for showing #35

maleadt opened this issue Feb 5, 2018 · 3 comments
Labels
good first issue Good for newcomers

Comments

@maleadt
Copy link
Member

maleadt commented Feb 5, 2018

julia> for dev in devices()
               @show dev
             end
dev = CUDAdrv.CuDevice(0, 0)
dev = CUDAdrv.CuDevice(1, 1)
dev = CUDAdrv.CuDevice(2, 2)
@maleadt
Copy link
Member Author

maleadt commented Aug 11, 2018

Works on 0.7; 0.6 isn't supported anymore.

We need tests for this though.

@maleadt maleadt changed the title show broken on 0.6 Tests for showing Aug 11, 2018
@maleadt maleadt transferred this issue from JuliaGPU/CUDAdrv.jl May 27, 2020
@maleadt maleadt added the good first issue Good for newcomers label May 27, 2020
@kshyatt
Copy link
Contributor

kshyatt commented Mar 24, 2022

Is this still an outstanding issue?

@maleadt
Copy link
Member Author

maleadt commented Mar 30, 2022

We have tests for that now.

@maleadt maleadt closed this as completed Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants