Skip to content

Commit

Permalink
Upper-bound cudajit for arrayjit 0.3.3 (ocaml#26268)
Browse files Browse the repository at this point in the history
* Upper-bound `cudajit` for arrayjit 0.3.3

* Update packages/arrayjit/arrayjit.0.3.3/opam

* Update packages/arrayjit/arrayjit.0.3.3/opam

---------

Co-authored-by: Marcello Seri <[email protected]>
  • Loading branch information
lukstafi and mseri authored Jul 22, 2024
1 parent 648602c commit 9a084ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/arrayjit/arrayjit.0.3.3/opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"An array language compiler with multiple backends (CPU, Cuda), staged compilation"
"An array language compiler with multiple backends (CPU, CUDA), staged compilation"
description:
"The optimizing compiler sub-package of OCANNL. Use OCANNL instead to also get: nice syntax, shape inference, backpropagation, optimizers."
"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."
maintainer: ["Lukasz Stafiniak"]
authors: ["Lukasz Stafiniak"]
license: "BSD-2-Clause"
Expand Down Expand Up @@ -31,6 +31,7 @@ depends: [
"odoc" {with-doc}
]
depopts: ["cudajit"]
conflicts: ["cudajit" {>= "0.4.0"}]
build: [
["dune" "subst"] {dev}
[
Expand Down

0 comments on commit 9a084ee

Please sign in to comment.