diff options
author | Andrzej Janik <[email protected]> | 2021-06-27 11:46:59 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-06-27 11:46:59 +0200 |
commit | b2765370e5ba86f21f6c4758817b3464c52150e5 (patch) | |
tree | ba3db080ba608cbfd382da5405aa4639093745ee /zluda/src/impl/function.rs | |
parent | 015d23b5ad83c74d5fbc8f031a448c31424a7703 (diff) | |
download | ZLUDA-b2765370e5ba86f21f6c4758817b3464c52150e5.tar.gz ZLUDA-b2765370e5ba86f21f6c4758817b3464c52150e5.zip |
Fix more bugs
Diffstat (limited to 'zluda/src/impl/function.rs')
-rw-r--r-- | zluda/src/impl/function.rs | 1 |
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(()) })? |