techascent/tech.compute

Library designed to provide a generic compute abstraction to allow some level of shared implementation between a cpu, cuda, openCL, webworkers, etc.

Leiningen/Boot

[techascent/tech.compute "1.9"]

Clojure CLI/deps.edn

techascent/tech.compute {:mvn/version "1.9"}

Gradle

implementation("techascent:tech.compute:1.9")

Maven

<dependency>
  <groupId>techascent</groupId>
  <artifactId>tech.compute</artifactId>
  <version>1.9</version>
</dependency>