We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f4292 commit 1628800Copy full SHA for 1628800
src/reflection.jl
@@ -269,7 +269,6 @@ Evaluates the expression `ex` and dumps all intermediate forms of code to the di
269
`dir`.
270
"""
271
macro device_code(ex...)
272
- only(xs) = (@assert length(xs) == 1; first(xs))
273
localUnique = 1
274
function hook(job::CompilerJob; dir::AbstractString)
275
name = something(job.source.name, nameof(job.source.f))
0 commit comments