aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda/src/impl/function.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-06-27 11:46:59 +0200
committerAndrzej Janik <[email protected]>2021-06-27 11:46:59 +0200
commitb2765370e5ba86f21f6c4758817b3464c52150e5 (patch)
treeba3db080ba608cbfd382da5405aa4639093745ee /zluda/src/impl/function.rs
parent015d23b5ad83c74d5fbc8f031a448c31424a7703 (diff)
downloadZLUDA-b2765370e5ba86f21f6c4758817b3464c52150e5.tar.gz
ZLUDA-b2765370e5ba86f21f6c4758817b3464c52150e5.zip
Fix more bugs
Diffstat (limited to 'zluda/src/impl/function.rs')
-rw-r--r--zluda/src/impl/function.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/zluda/src/impl/function.rs b/zluda/src/impl/function.rs
index bcb7bd6..4f2006c 100644
--- a/zluda/src/impl/function.rs
+++ b/zluda/src/impl/function.rs
@@ -153,6 +153,7 @@ pub fn launch_kernel(
&mut [],
)?;
}
+ cmd_list.close()?;
stream.queue.execute_and_synchronize(cmd_list)?;
Ok(())
})?