opencl3 0.12.3

A Rust implementation of the Khronos OpenCL 3.0 API and extensions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
@startuml

'Copyright (c) 2021 Via Technology Ltd. All Rights Reserved.

' title via::opencl Memory classes

Buffer --|> Memory
' Sampler --o Image
Image --|> Memory
Pipe --|> Memory
Memory o- SVM

@enduml