Skip to content

Commit 9a084ee

Browse files
lukstafimseri
andauthored
Upper-bound cudajit for arrayjit 0.3.3 (#26268)
* 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]>
1 parent 648602c commit 9a084ee

File tree

1 file changed

+3
-2
lines changed
  • packages/arrayjit/arrayjit.0.3.3

1 file changed

+3
-2
lines changed

packages/arrayjit/arrayjit.0.3.3/opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
synopsis:
4-
"An array language compiler with multiple backends (CPU, Cuda), staged compilation"
4+
"An array language compiler with multiple backends (CPU, CUDA), staged compilation"
55
description:
6-
"The optimizing compiler sub-package of OCANNL. Use OCANNL instead to also get: nice syntax, shape inference, backpropagation, optimizers."
6+
"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers."
77
maintainer: ["Lukasz Stafiniak"]
88
authors: ["Lukasz Stafiniak"]
99
license: "BSD-2-Clause"
@@ -31,6 +31,7 @@ depends: [
3131
"odoc" {with-doc}
3232
]
3333
depopts: ["cudajit"]
34+
conflicts: ["cudajit" {>= "0.4.0"}]
3435
build: [
3536
["dune" "subst"] {dev}
3637
[

0 commit comments

Comments
 (0)