Skip to content

Releases: JuliaWGPU/WGPUCompute.jl

v0.1.2+doc3

13 Apr 14:18
7c86d55
Compare
Choose a tag to compare
v0.1.2+doc3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2...v0.1.2+doc3

v0.1.2+doc2

13 Apr 07:48
467fc60
Compare
Choose a tag to compare
v0.1.2+doc2 Pre-release
Pre-release

Full Changelog: v0.1.2...v0.1.2+doc2

v0.1.2+doc1

12 Apr 22:13
dc47220
Compare
Choose a tag to compare
v0.1.2+doc1 Pre-release
Pre-release

Documentation experiment release

v0.1.2

25 Mar 04:58
Compare
Choose a tag to compare

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)

v0.1.1

20 Nov 11:22
Compare
Choose a tag to compare

WGPUCompute v0.1.1

Diff since v0.1.0

Merged pull requests:

  • commenting common.jl to avoid cloning issues (#6) (@arhik)

v0.1.0

21 Oct 11:44
3c8640f
Compare
Choose a tag to compare

WGPUCompute v0.1.0

Merged pull requests:

  • Create LICENSE.md (#1) (@arhik)
  • Fixing X11 issue by following WGPUCore approach (#2) (@arhik)
  • using WGSLTypes from registry (#3) (@arhik)
  • using WGSLTypes from registry (#4) (@arhik)