summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-04 19:31:57 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-04 19:31:57 +0100
commitaf14fff1e9f93daa535b673ad1391fac397b5edc (patch)
tree225f60eceb4d152fdfa33cfc232854eaed522208 /doc
parenta3925e506094d1ec7301704af990ccb69831df4e (diff)
Updated the generator script to automatically generate the temp-buffer code
Diffstat (limited to 'doc')
-rw-r--r--doc/clblast.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/clblast.md b/doc/clblast.md
index 88563bc1..5ee601f5 100644
--- a/doc/clblast.md
+++ b/doc/clblast.md
@@ -2208,7 +2208,8 @@ StatusCode Gemm(const Layout layout, const Transpose a_transpose, const Transpos
const cl_mem b_buffer, const size_t b_offset, const size_t b_ld,
const T beta,
cl_mem c_buffer, const size_t c_offset, const size_t c_ld,
- cl_command_queue* queue, cl_event* event)
+ cl_command_queue* queue, cl_event* event,
+ cl_mem temp_buffer = nullptr)
```
C API: