Skip to content

Commit

Permalink
doc: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
echeresh committed Jul 19, 2019
1 parent 3d633d3 commit 43d9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/advanced/opencl_interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ following table:
| :------------------- | :------------------------------------------------------------------- |
| Engine | [mkldnn::engine(kind, ocl_dev, ocl_ctx)](@ref mkldnn::engine) |
| Stream | [mkldnn::stream(engine, ocl_queue)](@ref mkldnn::stream) |
| Memory | [mkldnn::memory(memory_desc, engine, &ocl_mem)](@ref mkldnn::memory) |
| Memory | [mkldnn::memory(memory_desc, engine, ocl_mem)](@ref mkldnn::memory) |

@note Intel MKL-DNN follows retain/release OpenCL semantics when using OpenCL
objects during construction. An OpenCL object is retained on construction and
Expand Down

0 comments on commit 43d9420

Please sign in to comment.