Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 7016d99

Browse files
committed
don't print source
1 parent c1497a8 commit 7016d99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compilation.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ function CLFunction(f::F, args::T, ctx = global_context()) where {T, F}
249249
get!(compiled_functions, (ctx.id, f, cltypes)) do # TODO make this faster
250250
method = CLMethod((f, cltypes))
251251
source, fname, ptr_extract = assemble_kernel(method)
252-
println(source)
253252
options = "-cl-denorms-are-zero -cl-mad-enable -cl-unsafe-math-optimizations"
254253
if version > v"1.2"
255254
options *= " -cl-std=CL1.2"

0 commit comments

Comments
 (0)