Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 04:58

WGPUCompute v0.1.2

Diff since v0.1.1

Merged pull requests:

  • considers input arguments and reserved keywords in kernel (#8) (@arhik)
  • kernel launch abstraction partially complete (#9) (@arhik)
  • Cleaned up repo (#10) (@arhik)
  • Allowing other argument types other thant WgpuArray types (#12) (@arhik)
  • Transpiler integration (#13) (@arhik)
  • Kernels can now accept functions as input arguments (#15) (@arhik)
  • Update Project.toml (#17) (@arhik)
  • broadcast kernel work (#18) (@arhik)
  • Transpile (#19) (@arhik)

Closed issues:

  • Allowing other parameters other than WgpuArrays in kernel functions (#11)
  • Current kernels cannot take functions as input arguments (#14)