this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26611 from lukstafi/master

arrayjit: upper bounds to prepare for a breaking release cudajit 0.5.0

authored by

Shon Feder and committed by
GitHub
8df59b79 7e178014

+14 -6
+1 -1
packages/arrayjit/arrayjit.0.3.3/opam
··· 4 4 "An array language compiler with multiple backends (CPU, CUDA), staged compilation" 5 5 description: 6 6 "The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers." 7 - maintainer: ["Lukasz Stafiniak"] 7 + maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"] 8 8 authors: ["Lukasz Stafiniak"] 9 9 license: "BSD-2-Clause" 10 10 tags: ["deeplearning" "array" "jit" "gccjit" "CUDA"]
+7 -3
packages/arrayjit/arrayjit.0.4.0/opam
··· 4 4 "An array language compiler with multiple backends (CPU, CUDA), staged compilation" 5 5 description: 6 6 "The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers." 7 - maintainer: ["Lukasz Stafiniak"] 7 + maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"] 8 8 authors: ["Lukasz Stafiniak"] 9 9 license: "BSD-2-Clause" 10 10 tags: ["deeplearning" "array" "jit" "CUDA"] ··· 30 30 "odoc" {with-doc} 31 31 ] 32 32 depopts: [ 33 - "cudajit" {>= "0.4.0"} 34 - "gccjit" {>= "0.3.2"} 33 + "cudajit" 34 + "gccjit" 35 + ] 36 + conflicts: [ 37 + "cudajit" {< "0.4.0" | >= "0.5.0"} 38 + "gccjit" {< "0.3.2"} 35 39 ] 36 40 build: [ 37 41 ["dune" "subst"] {dev}
+6 -2
packages/arrayjit/arrayjit.0.4.1/opam
··· 31 31 "odoc" {with-doc} 32 32 ] 33 33 depopts: [ 34 - "cudajit" {>= "0.4.1"} 35 - "gccjit" {>= "0.3.2"} 34 + "cudajit" 35 + "gccjit" 36 + ] 37 + conflicts: [ 38 + "cudajit" {< "0.4.1" | >= "0.5.0"} 39 + "gccjit" {< "0.3.2"} 36 40 ] 37 41 build: [ 38 42 ["dune" "subst"] {dev}