Skip to content

Instantly share code, notes, and snippets.

@v-i-s-h
Created May 13, 2019 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v-i-s-h/26b95fffa232d3c3bf80784b57a1b40a to your computer and use it in GitHub Desktop.
Save v-i-s-h/26b95fffa232d3c3bf80784b57a1b40a to your computer and use it in GitHub Desktop.
CUDAnative.jl: [CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)]
(v1.1) pkg> test CUDAnative
Testing CUDAnative
Resolving package versions...
Status `/tmp/tmpujFYYx/Manifest.toml`
[79e6a3ab] Adapt v0.4.2
[3895d2a7] CUDAapi v0.6.3
[c5f51814] CUDAdrv v3.0.0
[be33ccc6] CUDAnative v2.1.0
[a8cc5b0e] Crayons v4.0.0
[864edb3b] DataStructures v0.15.0
[929cbde3] LLVM v1.1.0
[bac558e1] OrderedCollections v1.1.0
[a759f4b9] TimerOutputs v0.5.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
[ Info: Testing using device GeForce GTX TITAN X
stripping invariant.load: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:7
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#181")), ::Type{Tuple{CUDAnative.DevicePtr{Float64,CUDAnative.AS.Generic},Tuple{Float64,Float64}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:17
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:8
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:7
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:69
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
stripping const TBAA: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:21
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##829#kernel#182")), ::Type{Tuple{CuDeviceArray{Int64,2,CUDAnative.AS.Global},Tuple{Int64,Int64},Tuple{Tuple{Int64,Int64},Tuple{Int64,Int64}}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:37
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:24
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:7
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:69
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
ptxas-compatible control flow: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:85
Test threw exception
Expression: cpu(input) == gpu(input)
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##830#kernel#184")){getfield(Main, Symbol("#throw_some#183"))}, ::Type{Tuple{Int64,Ptr{Int64},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("#gpu#185")))(::Int64) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:69
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:85
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:43
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:7
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/codegen.jl:5
low-level interface: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:13
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#dummy#229")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347 (repeats 2 times)
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:14
[17] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:14
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[23] include at ./boot.jl:326 [inlined]
[24] include_relative(::Module, ::String) at ./loading.jl:1038
[25] include(::Module, ::String) at ./sysimg.jl:29
[26] include(::String) at ./client.jl:403
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[28] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[30] include at ./boot.jl:326 [inlined]
[31] include_relative(::Module, ::String) at ./loading.jl:1038
[32] include(::Module, ::String) at ./sysimg.jl:29
[33] include(::String) at ./client.jl:403
[34] top-level scope at none:0
[35] eval(::Module, ::Any) at ./boot.jl:328
[36] exec_options(::Base.JLOptions) at ./client.jl:243
[37] _start() at ./client.jl:436
compilation params: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:25
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#dummy#229")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:26
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:26
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
reflection: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:33
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#dummy#229")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/reflection.jl:164
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:41
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:34
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
shared memory: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:75
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#dummy#229")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:76
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:76
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
streams: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:80
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#dummy#229")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:82
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:81
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
external kernels: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:86
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(Main.KernelModule.external_dummy), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:92
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:87
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
calling device function: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:107
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#parent#258")){getfield(Main, Symbol("#child#257"))}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:114
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:108
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:9
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
manually allocated: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:127
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#259")), ::Type{Tuple{CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:143
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:128
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
scalar through single-value array: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:149
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1579#kernel#260")), ::Type{Tuple{CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:166
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:150
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
scalar through single-value array, using device function: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:172
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1581#parent#262")){getfield(Main, Symbol("##1580#child#261"))}, ::Type{Tuple{CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:192
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:173
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
tuples: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:198
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1586#kernel#263")), ::Type{Tuple{Tuple{Bool},CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:213
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:201
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
ghost function parameters: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:218
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1587#kernel#264")), ::Type{Tuple{ExecGhost,CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:237
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:221
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
immutables: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:257
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1588#kernel#266")), ::Type{Tuple{CUDAnative.DevicePtr{Float32,CUDAnative.AS.Generic},Complex{Float32}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:268
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:260
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
automatic recompilation: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:273
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1591#kernel#267")), ::Type{Tuple{CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:281
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:274
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
non-isbits arguments: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:294
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel1#268")), ::Type{Tuple{Type{Int64},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:299
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:295
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[25] include at ./boot.jl:326 [inlined]
[26] include_relative(::Module, ::String) at ./loading.jl:1038
[27] include(::Module, ::String) at ./sysimg.jl:29
[28] include(::String) at ./client.jl:403
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at none:0
[37] eval(::Module, ::Any) at ./boot.jl:328
[38] exec_options(::Base.JLOptions) at ./client.jl:243
[39] _start() at ./client.jl:436
splatting: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:309
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1592#kernel#270")), ::Type{Tuple{CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic},Int64,Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:319
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:310
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
object invoke: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:331
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::KernelObject{Float64}, ::Type{Tuple{CUDAnative.DevicePtr{Float64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("#outer#271")))(::CuPtr{Float64}, ::Float64) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:345
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:351
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:334
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
closures: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:356
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#inner#273")){Float64}, ::Type{Tuple{CUDAnative.DevicePtr{Float64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("##1595#outer#272")))(::CuTestArray{Float64,1}, ::Float64) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:363
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:369
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:357
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
conversions: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:374
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1600#kernel#274")), ::Type{Tuple{Device,CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:393
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:375
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
argument count: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:437
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(kernel), ::Type{Tuple{Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] eval at ./boot.jl:328 [inlined]
[20] eval(::Expr) at ./client.jl:404
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:456
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:438
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
keyword arguments: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:461
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##202#280")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:464
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:462
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
captured values: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:489
Test threw exception
Expression: f(1) == 1
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#286")){Int64}, ::Type{Tuple{CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] (::getfield(Main, Symbol("#f#285")))(::Int64) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:483
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:489
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:476
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
captured values: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:490
Test threw exception
Expression: f(2) == 2
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#286")){Int64}, ::Type{Tuple{CUDAnative.DevicePtr{Int64,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] (::getfield(Main, Symbol("#f#285")))(::Int64) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:483
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:490
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:476
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:124
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:515
Expression: occursin("ERROR: CUDA error: an illegal instruction was encountered", err) || occursin("ERROR: CUDA error: unspecified launch failure", err)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:515
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:522
Expression: occursin("ERROR: CUDA error: an illegal instruction was encountered", err) || occursin("ERROR: CUDA error: unspecified launch failure", err)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:522
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:524
Expression: occursin("ERROR: a exception was thrown during kernel execution", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:524
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:525
Expression: occursin("Run Julia on debug level 2 for device stack traces", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:525
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:530
Expression: occursin("ERROR: CUDA error: an illegal instruction was encountered", err) || occursin("ERROR: CUDA error: unspecified launch failure", err)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:530
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:532
Expression: occursin("ERROR: a exception was thrown during kernel execution", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:532
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:533
Expression: occursin("[1] Type at float.jl", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:533
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
stack traces at different debug levels: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:534
Expression: occursin("[2] kernel at none:2", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:534
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:501
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
#329: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:554
Expression: occursin("ERROR: CUDA error: an illegal instruction was encountered", err) || occursin("ERROR: CUDA error: unspecified launch failure", err)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:554
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:541
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
#329: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:556
Expression: occursin("ERROR: a exception was thrown during kernel execution", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:556
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:541
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
#329: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:557
Expression: occursin("foo at none:1", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:557
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:541
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
#329: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:558
Expression: occursin("bar at none:2", out)
Stacktrace:
[1] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:558
[2] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:541
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:499
[6] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[7] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
trap: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1621#kernel#288")){getfield(Main, Symbol("#trap#287"))}, ::Type{Tuple{Int32,CUDAnative.DevicePtr{Int32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:597
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:570
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
unreachable: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:608
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1627#kernel#290")){getfield(Main, Symbol("#unreachable#289"))}, ::Type{Tuple{Int32,CUDAnative.DevicePtr{Int32,CUDAnative.AS.Generic}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:637
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:609
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
mapreduce (full): Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:697
Test threw exception
Expression: mapreduce(identity, +, A) ≈ mapreduce_gpu(identity, +, dA)
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#reduce_kernel#293")), ::Type{Tuple{typeof(identity),typeof(+),Float32,CuDeviceArray{Float32,1,CUDAnative.AS.Global},Val{256},CuDeviceArray{Float32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("##mapreduce_gpu#207#291")))(::Function, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Function, ::Function, ::CuTestArray{Float32,1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:655
[20] (::getfield(Main, Symbol("#mapreduce_gpu#292")){getfield(Main, Symbol("##mapreduce_gpu#207#291"))})(::Function, ::Function, ::CuTestArray{Float32,1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:650
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:697
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:649
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
mapreduce (full, complex): Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:749
Test threw exception
Expression: mapreduce(identity, +, A) ≈ mapreduce_gpu(identity, +, dA)
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1635#reduce_kernel#296")), ::Type{Tuple{typeof(identity),typeof(+),Complex{Float32},CuDeviceArray{Complex{Float32},1,CUDAnative.AS.Global},Val{256},CuDeviceArray{Complex{Float32},1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("##mapreduce_gpu#208#294")))(::Function, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Function, ::Function, ::CuTestArray{Complex{Float32},1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:707
[20] (::getfield(Main, Symbol("##1634#mapreduce_gpu#295")){getfield(Main, Symbol("##mapreduce_gpu#208#294"))})(::Function, ::Function, ::CuTestArray{Complex{Float32},1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:702
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:749
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:701
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
mapreduce (reduced): Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:799
Test threw exception
Expression: mapreduce(identity, +, A) ≈ mapreduce_gpu(identity, +, dA)
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1639#reduce_kernel#298")), ::Type{Tuple{typeof(identity),typeof(+),Int64,CuDeviceArray{Int64,1,CUDAnative.AS.Global},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] (::getfield(Main, Symbol("##1638#mapreduce_gpu#297")))(::Function, ::Function, ::CuTestArray{Int64,1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:758
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:799
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:753
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:569
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
basic usage: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#hello#299")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:821 [inlined]
[20] #211 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27 [inlined]
[21] redirect_stdout(::getfield(Main, Symbol("##211#302")){getfield(Main, Symbol("#hello#299"))}, ::IOStream) at ./stream.jl:1055
[22] #210 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##210#301")){getfield(Main, Symbol("#hello#299"))}, ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #209 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##209#300")){getfield(Main, Symbol("#hello#299"))}, ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:820
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:809
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
anonymous functions: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:827
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1643#hello#303")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:836 [inlined]
[20] #215 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27 [inlined]
[21] redirect_stdout(::getfield(Main, Symbol("##215#307")){getfield(Main, Symbol("##1643#hello#303"))}, ::IOStream) at ./stream.jl:1055
[22] #214 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##214#306")){getfield(Main, Symbol("##1643#hello#303"))}, ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #213 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##213#305")){getfield(Main, Symbol("##1643#hello#303"))}, ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:835
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:828
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
closures: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:843
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1645#hello#308")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:853 [inlined]
[20] #219 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27 [inlined]
[21] redirect_stdout(::getfield(Main, Symbol("##219#312")){getfield(Main, Symbol("##1645#hello#308"))}, ::IOStream) at ./stream.jl:1055
[22] #218 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##218#311")){getfield(Main, Symbol("##1645#hello#308"))}, ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #217 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##217#310")){getfield(Main, Symbol("##1645#hello#308"))}, ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:852
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:844
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
argument passing: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:860
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##1647#kernel#313")), ::Type{Tuple{Int16,Int32,Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:873 [inlined]
[20] (::getfield(Main, Symbol("##222#316")){Tuple{Int16,Int32,Int64}})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27
[21] redirect_stdout(::getfield(Main, Symbol("##222#316")){Tuple{Int16,Int32,Int64}}, ::IOStream) at ./stream.jl:1055
[22] #221 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##221#315")){Tuple{Int16,Int32,Int64}}, ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #220 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##220#314")){Tuple{Int16,Int32,Int64}}, ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:872
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:863
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
self-recursion: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:897
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(kernel), ::Type{Tuple{Bool}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:909 [inlined]
[20] #225 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27 [inlined]
[21] redirect_stdout(::getfield(Main, Symbol("##225#320")), ::IOStream) at ./stream.jl:1055
[22] #224 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##224#319")), ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #223 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##223#318")), ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:908
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:898
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
deep recursion: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:915
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(kernel_a), ::Type{Tuple{Bool}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:940 [inlined]
[20] #228 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:27 [inlined]
[21] redirect_stdout(::getfield(Main, Symbol("##228#323")), ::IOStream) at ./stream.jl:1055
[22] #227 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[23] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##227#322")), ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[24] open at ./iostream.jl:367 [inlined]
[25] #226 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[26] mktemp(::getfield(Main, Symbol("##226#321")), ::String) at ./file.jl:560
[27] mktemp(::Function) at ./file.jl:558
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:939
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:916
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:808
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/execution.jl:5
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:70
[40] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[41] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[42] include at ./boot.jl:326 [inlined]
[43] include_relative(::Module, ::String) at ./loading.jl:1038
[44] include(::Module, ::String) at ./sysimg.jl:29
[45] include(::String) at ./client.jl:403
[46] top-level scope at none:0
[47] eval(::Module, ::Any) at ./boot.jl:328
[48] exec_options(::Base.JLOptions) at ./client.jl:243
[49] _start() at ./client.jl:436
T = Int8, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Int8,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int8,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int8, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Int8,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int8,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt16, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{UInt16,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt16,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt16, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{UInt16,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt16,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int32, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Int32,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int32, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Int32,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt32, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{UInt32,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt32, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{UInt32,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int64, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Int64,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int64, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Int64,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt64, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{UInt64,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = UInt64, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{UInt64,CUDAnative.AS.Global},CUDAnative.DevicePtr{UInt64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int128, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Int128,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int128,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Int128, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Int128,CUDAnative.AS.Global},CUDAnative.DevicePtr{Int128,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Float32, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Float32,CUDAnative.AS.Global},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Float32, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Float32,CUDAnative.AS.Global},CUDAnative.DevicePtr{Float32,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Float64, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{Float64,CUDAnative.AS.Global},CUDAnative.DevicePtr{Float64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = Float64, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{Float64,CUDAnative.AS.Global},CUDAnative.DevicePtr{Float64,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = LoadableStruct, cached = false: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2107#kernel#327")){CUDAnative.DevicePtr{LoadableStruct,CUDAnative.AS.Global},CUDAnative.DevicePtr{LoadableStruct,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:27
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
T = LoadableStruct, cached = true: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2100#kernel#326")){CUDAnative.DevicePtr{LoadableStruct,CUDAnative.AS.Global},CUDAnative.DevicePtr{LoadableStruct,CUDAnative.AS.Global}}, ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:25
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:12
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
indexing: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:33
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#328")), ::Type{Tuple{CUDAnative.DevicePtr{Complex{Int8},CUDAnative.AS.Global},CUDAnative.DevicePtr{Complex{Int8},CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:44
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:34
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:5
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/pointer.jl:3
[26] include at ./boot.jl:326 [inlined]
[27] include_relative(::Module, ::String) at ./loading.jl:1038
[28] include(::Module, ::String) at ./sysimg.jl:29
[29] include(::String) at ./client.jl:403
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:71
[31] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[33] include at ./boot.jl:326 [inlined]
[34] include_relative(::Module, ::String) at ./loading.jl:1038
[35] include(::Module, ::String) at ./sysimg.jl:29
[36] include(::String) at ./client.jl:403
[37] top-level scope at none:0
[38] eval(::Module, ::Any) at ./boot.jl:328
[39] exec_options(::Base.JLOptions) at ./client.jl:243
[40] _start() at ./client.jl:436
basics: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:48
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#330")), ::Type{Tuple{CuDeviceArray{Float32,2,CUDAnative.AS.Global},CuDeviceArray{Float32,2,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:67
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:49
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:3
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:72
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
iteration: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:72
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2435#kernel#331")), ::Type{Tuple{CuDeviceArray{Float32,2,CUDAnative.AS.Global},CuDeviceArray{Float32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:88
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:73
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:3
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:72
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
views: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:108
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2441#kernel#334")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:128
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:109
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:3
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:72
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
ldg: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:144
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2444#kernel#336")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/reflection.jl:164
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:154
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:145
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/array.jl:3
[25] include at ./boot.jl:326 [inlined]
[26] include_relative(::Module, ::String) at ./loading.jl:1038
[27] include(::Module, ::String) at ./sysimg.jl:29
[28] include(::String) at ./client.jl:403
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:72
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at none:0
[37] eval(::Module, ::Any) at ./boot.jl:328
[38] exec_options(::Base.JLOptions) at ./client.jl:243
[39] _start() at ./client.jl:436
indexing: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2501#kernel#360")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:6
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:6
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[25] include at ./boot.jl:326 [inlined]
[26] include_relative(::Module, ::String) at ./loading.jl:1038
[27] include(::Module, ::String) at ./sysimg.jl:29
[28] include(::String) at ./client.jl:403
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at none:0
[37] eval(::Module, ::Any) at ./boot.jl:328
[38] exec_options(::Base.JLOptions) at ./client.jl:243
[39] _start() at ./client.jl:436
math: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:33
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("#kernel#374")), ::Type{Tuple{CuDeviceArray{Float32,0,CUDAnative.AS.Global},Float32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:41
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:34
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
formatted output: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:50
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2608#kernel#378")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] #341 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44 [inlined]
[20] redirect_stdout(::getfield(Main, Symbol("##341#377")), ::IOStream) at ./stream.jl:1055
[21] #340 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:26 [inlined]
[22] #open#310(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Main, Symbol("##340#376")), ::String, ::Vararg{String,N} where N) at ./iostream.jl:369
[23] open at ./iostream.jl:367 [inlined]
[24] #339 at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:25 [inlined]
[25] mktemp(::getfield(Main, Symbol("##339#375")), ::String) at ./file.jl:560
[26] mktemp(::Function) at ./file.jl:558
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:51
[28] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:51
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[37] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[38] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[39] include at ./boot.jl:326 [inlined]
[40] include_relative(::Module, ::String) at ./loading.jl:1038
[41] include(::Module, ::String) at ./sysimg.jl:29
[42] include(::String) at ./client.jl:403
[43] top-level scope at none:0
[44] eval(::Module, ::Any) at ./boot.jl:328
[45] exec_options(::Base.JLOptions) at ./client.jl:243
[46] _start() at ./client.jl:436
assertion: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:102
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3506#kernel#405")), ::Type{Tuple{Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:109
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:103
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
constructors: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:127
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##2722#kernel#406")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:129
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:129
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
statically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3507#kernel#424")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:172
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:157
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3508#kernel#425")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:192
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3508#kernel#425")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:192
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3508#kernel#425")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:192
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3508#kernel#425")), ::Type{Tuple{CuDeviceArray{Float64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:192
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:176
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
alignment: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:196
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3511#kernel#426")), ::Type{Tuple{Tuple{Float32,Float32,Float32},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:206
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:198
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:156
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
statically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3512#kernel#427")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:233
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:215
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3516#kernel#428")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:256
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3516#kernel#428")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:256
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3516#kernel#428")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:256
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
parametrically typed: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3516#kernel#428")), ::Type{Tuple{CuDeviceArray{Float64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:256
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:237
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
alignment: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:260
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3519#kernel#429")), ::Type{Tuple{Tuple{Float32,Float32,Float32}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:268
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:262
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:214
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
homogeneous: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:278
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3520#kernel#430")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:304
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:279
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:278
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
heterogeneous: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:311
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3523#kernel#431")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:335
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:312
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:278
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:125
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
down: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3530#kernel#432")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:375
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:353
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:350
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
down: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3530#kernel#432")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:375
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:353
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:350
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
down: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3530#kernel#432")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:375
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:353
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:350
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
down: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3530#kernel#432")), ::Type{Tuple{CuDeviceArray{Float64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:375
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:353
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:350
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
down: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3530#kernel#432")), ::Type{Tuple{CuDeviceArray{AddableTuple,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:375
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:362
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:353
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:350
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
clock and nanosleep: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:390
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3044#kernel#433")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:391
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:391
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[25] include at ./boot.jl:326 [inlined]
[26] include_relative(::Module, ::String) at ./loading.jl:1038
[27] include(::Module, ::String) at ./sysimg.jl:29
[28] include(::String) at ./client.jl:403
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at none:0
[37] eval(::Module, ::Any) at ./boot.jl:328
[38] exec_options(::Base.JLOptions) at ./client.jl:243
[39] _start() at ./client.jl:436
parallel synchronization and communication: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:396
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3068#kernel#436")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/util.jl:44
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:398
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:398
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[25] include at ./boot.jl:326 [inlined]
[26] include_relative(::Module, ::String) at ./loading.jl:1038
[27] include(::Module, ::String) at ./sysimg.jl:29
[28] include(::String) at ./client.jl:403
[29] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[30] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[32] include at ./boot.jl:326 [inlined]
[33] include_relative(::Module, ::String) at ./loading.jl:1038
[34] include(::Module, ::String) at ./sysimg.jl:29
[35] include(::String) at ./client.jl:403
[36] top-level scope at none:0
[37] eval(::Module, ::Any) at ./boot.jl:328
[38] exec_options(::Base.JLOptions) at ./client.jl:243
[39] _start() at ./client.jl:436
libcudadevrt: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:574
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3554#kernel#457")), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:576
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:575
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[24] include at ./boot.jl:326 [inlined]
[25] include_relative(::Module, ::String) at ./loading.jl:1038
[26] include(::Module, ::String) at ./sysimg.jl:29
[27] include(::String) at ./client.jl:403
[28] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[29] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[30] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[31] include at ./boot.jl:326 [inlined]
[32] include_relative(::Module, ::String) at ./loading.jl:1038
[33] include(::Module, ::String) at ./sysimg.jl:29
[34] include(::String) at ./client.jl:403
[35] top-level scope at none:0
[36] eval(::Module, ::Any) at ./boot.jl:328
[37] exec_options(::Base.JLOptions) at ./client.jl:243
[38] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3557#kernel#458")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:595
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:584
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3557#kernel#458")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:595
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:584
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3557#kernel#458")), ::Type{Tuple{CuDeviceArray{UInt32,1,CUDAnative.AS.Global},UInt32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:595
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:584
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3557#kernel#458")), ::Type{Tuple{CuDeviceArray{UInt64,1,CUDAnative.AS.Global},UInt64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:595
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:584
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Float32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3557#kernel#458")), ::Type{Tuple{CuDeviceArray{Float32,1,CUDAnative.AS.Global},Float32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:595
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:587
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:584
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3560#kernel#459")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:609
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3560#kernel#459")), ::Type{Tuple{CuDeviceArray{Int64,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:609
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3560#kernel#459")), ::Type{Tuple{CuDeviceArray{UInt32,1,CUDAnative.AS.Global},UInt32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:609
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3560#kernel#459")), ::Type{Tuple{CuDeviceArray{UInt64,1,CUDAnative.AS.Global},UInt64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:609
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:601
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:615
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3563#kernel#460")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:623
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:615
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:615
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:629
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3566#kernel#461")), ::Type{Tuple{CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int32}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:637
[20] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[21] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:629
[22] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[23] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:629
[24] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[25] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:583
[26] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[27] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[28] include at ./boot.jl:326 [inlined]
[29] include_relative(::Module, ::String) at ./loading.jl:1038
[30] include(::Module, ::String) at ./sysimg.jl:29
[31] include(::String) at ./client.jl:403
[32] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[33] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[34] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[35] include at ./boot.jl:326 [inlined]
[36] include_relative(::Module, ::String) at ./loading.jl:1038
[37] include(::Module, ::String) at ./sysimg.jl:29
[38] include(::String) at ./client.jl:403
[39] top-level scope at none:0
[40] eval(::Module, ::Any) at ./boot.jl:328
[41] exec_options(::Base.JLOptions) at ./client.jl:243
[42] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3570#kernel#462")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:659
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:647
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3570#kernel#462")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:659
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:647
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3570#kernel#462")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:659
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:647
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3570#kernel#462")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:659
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:647
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Float32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3570#kernel#462")), ::Type{Tuple{Type{Float32},CuDeviceArray{Float32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:659
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:650
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:647
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3573#kernel#463")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:674
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3573#kernel#463")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:674
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3573#kernel#463")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:674
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3573#kernel#463")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:674
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:665
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3576#kernel#464")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:691
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3576#kernel#464")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:691
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3576#kernel#464")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:691
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3576#kernel#464")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:691
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:680
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3579#kernel#465")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:709
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3579#kernel#465")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:709
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3579#kernel#465")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:709
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3579#kernel#465")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:709
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:698
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3582#kernel#466")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:728
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3582#kernel#466")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:728
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3582#kernel#466")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:728
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3582#kernel#466")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:728
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:716
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3585#kernel#467")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:744
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3585#kernel#467")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:744
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3585#kernel#467")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:744
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3585#kernel#467")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:744
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:735
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3588#kernel#468")), ::Type{Tuple{Type{Int32},CuDeviceArray{Int32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:759
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = Int64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3588#kernel#468")), ::Type{Tuple{Type{Int64},CuDeviceArray{Int64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:759
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt32: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3588#kernel#468")), ::Type{Tuple{Type{UInt32},CuDeviceArray{UInt32,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:759
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
T = UInt64: Error During Test at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
Got exception outside of a @test
CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile#114 at ./none:0 [inlined]
[11] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[12] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[13] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::getfield(Main, Symbol("##3588#kernel#468")), ::Type{Tuple{Type{UInt64},CuDeviceArray{UInt64,1,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[14] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[16] top-level scope at gcutils.jl:87
[17] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:759
[19] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1156
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[21] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[22] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:750
[23] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[24] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:646
[25] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[26] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/device/cuda.jl:5
[27] include at ./boot.jl:326 [inlined]
[28] include_relative(::Module, ::String) at ./loading.jl:1038
[29] include(::Module, ::String) at ./sysimg.jl:29
[30] include(::String) at ./client.jl:403
[31] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:73
[32] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[33] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:13
[34] include at ./boot.jl:326 [inlined]
[35] include_relative(::Module, ::String) at ./loading.jl:1038
[36] include(::Module, ::String) at ./sysimg.jl:29
[37] include(::String) at ./client.jl:403
[38] top-level scope at none:0
[39] eval(::Module, ::Any) at ./boot.jl:328
[40] exec_options(::Base.JLOptions) at ./client.jl:243
[41] _start() at ./client.jl:436
ERROR: LoadError: CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(hello_world), ::Type{Tuple{}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] include at ./boot.jl:326 [inlined]
[20] include_relative(::Module, ::String) at ./loading.jl:1038
[21] include(::Module, ::String) at ./sysimg.jl:29
[22] exec_options(::Base.JLOptions) at ./client.jl:267
[23] _start() at ./client.jl:436
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/hello_world.jl:14
example = hello_world.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
ERROR: LoadError: There was an error during testing
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/pairwise.jl:115
example = pairwise.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
ERROR: LoadError: CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(kernel_100fma), ::Type{NTuple{4,CuDeviceArray{Float32,2,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] peakflops(::Int64, ::CuDevice) at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/peakflops.jl:43
[20] peakflops at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/peakflops.jl:25 [inlined] (repeats 2 times)
[21] top-level scope at none:0
[22] include at ./boot.jl:326 [inlined]
[23] include_relative(::Module, ::String) at ./loading.jl:1038
[24] include(::Module, ::String) at ./sysimg.jl:29
[25] exec_options(::Base.JLOptions) at ./client.jl:267
[26] _start() at ./client.jl:436
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/peakflops.jl:56
example = peakflops.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
ERROR: LoadError: CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(reduce_grid), ::Type{Tuple{typeof(+),CuDeviceArray{Int32,1,CUDAnative.AS.Global},CuDeviceArray{Int32,1,CUDAnative.AS.Global},Int64}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174 [inlined]
[17] macro expansion at ./gcutils.jl:87 [inlined]
[18] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171 [inlined]
[19] gpu_reduce(::Function, ::CuTestArray{Int32,1}, ::CuTestArray{Int32,1}) at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/reduce/reduce.jl:100
[20] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/reduce/verify.jl:21
[21] include at ./boot.jl:326 [inlined]
[22] include_relative(::Module, ::String) at ./loading.jl:1038
[23] include(::Module, ::String) at ./sysimg.jl:29
[24] exec_options(::Base.JLOptions) at ./client.jl:267
[25] _start() at ./client.jl:436
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/reduce/verify.jl:18
example = reduce/verify.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
ERROR: LoadError: CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(gpu_accumulate!), ::Type{Tuple{typeof(+),CuDeviceArray{Int64,2,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] include at ./boot.jl:326 [inlined]
[20] include_relative(::Module, ::String) at ./loading.jl:1038
[21] include(::Module, ::String) at ./sysimg.jl:29
[22] exec_options(::Base.JLOptions) at ./client.jl:267
[23] _start() at ./client.jl:436
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/scan.jl:69
example = scan.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
ERROR: LoadError: CUDA error: no kernel image is available for execution on the device (code #209, ERROR_NO_BINARY_FOR_GPU)
Stacktrace:
[1] macro expansion at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/base.jl:147 [inlined]
[2] add_file!(::CuLink, ::String, ::CUDAdrv.CUjit_input) at /home/kach/.julia/packages/CUDAdrv/3cR2F/src/module/linker.jl:95
[3] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:233 [inlined]
[4] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[5] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:231 [inlined]
[6] macro expansion at /home/kach/.julia/packages/TimerOutputs/7zSea/src/TimerOutput.jl:216 [inlined]
[7] #codegen#116(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:220
[8] #codegen at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:0 [inlined]
[9] #compile#115(::Bool, ::Bool, ::Bool, ::Bool, ::Bool, ::Function, ::Symbol, ::CUDAnative.CompilerJob) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:47
[10] #compile at ./none:0 [inlined]
[11] #compile#114 at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined]
[12] compile at /home/kach/.julia/packages/CUDAnative/wU0tS/src/compiler/driver.jl:28 [inlined] (repeats 2 times)
[13] macro expansion at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:378 [inlined]
[14] #cufunction#156(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(cufunction), ::typeof(vadd), ::Type{Tuple{CuDeviceArray{Float32,2,CUDAnative.AS.Global},CuDeviceArray{Float32,2,CUDAnative.AS.Global},CuDeviceArray{Float32,2,CUDAnative.AS.Global}}}) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[15] cufunction(::Function, ::Type) at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:347
[16] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:174
[17] top-level scope at gcutils.jl:87
[18] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/src/execution.jl:171
[19] include at ./boot.jl:326 [inlined]
[20] include_relative(::Module, ::String) at ./loading.jl:1038
[21] include(::Module, ::String) at ./sysimg.jl:29
[22] exec_options(::Base.JLOptions) at ./client.jl:267
[23] _start() at ./client.jl:436
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/examples/vadd.jl:22
example = vadd.jl: Test Failed at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
Expression: success(pipeline(cmd, stderr=stderr))
Stacktrace:
[1] (::getfield(Main, Symbol("##470#473")){String})() at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:27
[2] cd(::getfield(Main, Symbol("##470#473")){String}, ::String) at ./file.jl:96
[3] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:18
[4] top-level scope at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Test/src/Test.jl:1083
[5] top-level scope at /home/kach/.julia/packages/CUDAnative/wU0tS/test/examples.jl:3
────────────────────────────────────────────────────────────────────────────────────
Time Allocations
────────────────────── ───────────────────────
Tot / % measured: 260s / 5.68% 6.48GiB / 19.4%
Section ncalls time %tot avg alloc %tot avg
────────────────────────────────────────────────────────────────────────────────────
LLVM middle-end 210 7.99s 54.2% 38.1ms 628MiB 48.7% 2.99MiB
IR generation 210 5.98s 40.6% 28.5ms 558MiB 43.3% 2.66MiB
emission 210 3.57s 24.2% 17.0ms 392MiB 30.4% 1.87MiB
rewrite 209 2.24s 15.2% 10.7ms 161MiB 12.5% 788KiB
lower throw 209 605ms 4.10% 2.90ms 53.7MiB 4.16% 263KiB
hide unreachable 1.35k 430ms 2.91% 319μs 21.8MiB 1.69% 16.5KiB
find 1.35k 198ms 1.34% 147μs 374KiB 0.03% 285B
predecessors 1.35k 155ms 1.05% 115μs 12.7MiB 0.98% 9.65KiB
replace 1.35k 71.3ms 0.48% 53.0μs 5.30MiB 0.41% 4.03KiB
hide trap 209 45.0ms 0.31% 215μs 2.97MiB 0.23% 14.5KiB
clean-up 209 110ms 0.74% 526μs 4.80MiB 0.37% 23.5KiB
linking 209 56.6ms 0.38% 271μs 3.27KiB 0.00% 16.0B
optimization 205 1.79s 12.1% 8.72ms 68.0MiB 5.27% 340KiB
device library 1 92.7ms 0.63% 92.7ms 1.44KiB 0.00% 1.44KiB
runtime library 50 55.1ms 0.37% 1.10ms 59.4KiB 0.00% 1.19KiB
validation 356 6.05s 41.0% 17.0ms 527MiB 40.8% 1.48MiB
LLVM back-end 161 521ms 3.54% 3.24ms 5.69MiB 0.44% 36.2KiB
machine-code generation 161 428ms 2.90% 2.66ms 678KiB 0.05% 4.21KiB
preparation 161 92.9ms 0.63% 577μs 5.03MiB 0.39% 32.0KiB
CUDA object generation 129 184ms 1.25% 1.42ms 129MiB 10.0% 1.00MiB
linking 129 183ms 1.24% 1.42ms 129MiB 10.0% 1.00MiB
Julia front-end 211 2.75ms 0.02% 13.0μs 67.3KiB 0.01% 327B
strip debug info 62 366μs 0.00% 5.90μs 0.00B 0.00% 0.00B
────────────────────────────────────────────────────────────────────────────────────
Test Summary: | Pass Fail Error Broken Total
CUDAnative | 161 18 129 1 309
base interface | No tests
pointer | 20 20
code generation | 90 1 91
code generation (relying on a device) | 3 3 6
LLVM | 3 3
stripping invariant.load | 1 1
stripping const TBAA | 1 1
ptxas-compatible control flow | 1 1
SASS | 3 3
execution | 8 12 34 54
@cuda | 2 7 9
low-level interface | 1 1
compilation params | 1 1
reflection | 1 1
shared memory | 1 1
streams | 1 1
external kernels | 1 1
calling device function | 1 1
argument passing | 1 16 17
manually allocated | 1 1
scalar through single-value array | 1 1
scalar through single-value array, using device function | 1 1
tuples | 1 1
ghost function parameters | 1 1
immutables | 1 1
automatic recompilation | 1 1
non-isbits arguments | 1 1
splatting | 1 1
object invoke | 1 1
closures | 1 1
conversions | 1 1 2
argument count | 1 1
keyword arguments | 1 1
captured values | 2 2
exceptions | 5 12 17
stack traces at different debug levels | 4 8 12
#329 | 1 4 5
shmem divergence bug | 5 5
trap | 1 1
unreachable | 1 1
mapreduce (full) | 1 1
mapreduce (full, complex) | 1 1
mapreduce (reduced) | 1 1
dynamic parallelism | 6 6
basic usage | 1 1
anonymous functions | 1 1
closures | 1 1
argument passing | 1 1
self-recursion | 1 1
deep recursion | 1 1
pointer | 20 21 41
unsafe_load & unsafe_store! | 20 21 41
T = Int8, cached = false | 1 1 2
T = Int8, cached = true | 1 1 2
T = UInt16, cached = false | 1 1 2
T = UInt16, cached = true | 1 1 2
T = Int32, cached = false | 1 1 2
T = Int32, cached = true | 1 1 2
T = UInt32, cached = false | 1 1 2
T = UInt32, cached = true | 1 1 2
T = Int64, cached = false | 1 1 2
T = Int64, cached = true | 1 1 2
T = UInt64, cached = false | 1 1 2
T = UInt64, cached = true | 1 1 2
T = Int128, cached = false | 1 1 2
T = Int128, cached = true | 1 1 2
T = Float32, cached = false | 1 1 2
T = Float32, cached = true | 1 1 2
T = Float64, cached = false | 1 1 2
T = Float64, cached = true | 1 1 2
T = LoadableStruct, cached = false | 1 1 2
T = LoadableStruct, cached = true | 1 1 2
indexing | 1 1
device arrays | 15 4 19
constructors | 14 14
basics | 1 1
iteration | 1 1
bounds checking | 1 1
views | 1 1
non-Int index to unsafe_load | No tests
ldg | 1 1
CUDA functionality | 67 67
indexing | 1 1
math | 1 1
formatted output | 1 1
assertion | 1 1
shared memory | 15 15
constructors | 1 1
dynamic shmem | 6 6
statically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
alignment | 1 1
static shmem | 6 6
statically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
parametrically typed | 1 1
alignment | 1 1
dynamic shmem consisting of multiple arrays | 2 2
homogeneous | 1 1
heterogeneous | 1 1
data movement and conversion | 5 5
shuffle | 5 5
down | 1 1
down | 1 1
down | 1 1
down | 1 1
down | 1 1
clock and nanosleep | 1 1
parallel synchronization and communication | 1 1
libcudadevrt | 1 1
atomics (low-level) | 11 11
atomic_add | 5 5
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
T = Float32 | 1 1
atomic_sub | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
atomic_inc | 1 1
T = Int32 | 1 1
atomic_dec | 1 1
T = Int32 | 1 1
atomics (high-level) | 29 29
add | 5 5
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
T = Float32 | 1 1
sub | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
and | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
or | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
xor | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
max | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
min | 4 4
T = Int32 | 1 1
T = Int64 | 1 1
T = UInt32 | 1 1
T = UInt64 | 1 1
examples | 6 6
example = hello_world.jl | 1 1
example = pairwise.jl | 1 1
example = peakflops.jl | 1 1
example = reduce/verify.jl | 1 1
example = scan.jl | 1 1
example = vadd.jl | 1 1
ERROR: LoadError: Some tests did not pass: 161 passed, 18 failed, 129 errored, 1 broken.
in expression starting at /home/kach/.julia/packages/CUDAnative/wU0tS/test/runtests.jl:9
ERROR: Package CUDAnative errored during testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment