zyx-opencl

Crates.iozyx-opencl
lib.rszyx-opencl
version0.1.1
sourcesrc
created_at2024-03-09 16:36:59.701458
updated_at2024-03-21 16:32:30.079136
descriptionZyx OpenCL backend
homepagehttps://github.com/zk4x/zyx
repositoryhttps://github.com/zk4x/zyx
max_upload_size
id1167947
size57,554
(zk4x)

documentation

https://docs.rs/zyx-opencl

README

zyx-opencl

OpenCL backend for zyx machine learning library.

This backend implements:

  • shape specialization
  • ops fusion

If wondering which zyx backend to use, try using this backend first.

For README and source code, please visit github.

For more details, there is a book.

Cargo features

  • std - enables zyx-core/std
  • debug1 - enables printing of information about devices and prints compiled opencl kernels
  • CL_VERSION_1_1 - enables opencl v1.1
  • CL_VERSION_1_2 - enables opencl v1.2
  • CL_VERSION_2_1 - enables opencl v2.1
Commit count: 493

cargo fmt