Skip to content

Commit

Permalink
Update hash to pickup the cutensor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Nov 24, 2023
1 parent a19827f commit 93ee701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"git_url" : "https://github.com/nv-legate/legate.core.git",
"git_shallow": false,
"always_download": false,
"git_tag" : "6fa0acc9dcfa89be2702f1de6c045bc262f752b1"
"git_tag" : "787af9a4532b6039f414007eb136ba3dbdfa7fd3"
}
}
}
4 changes: 2 additions & 2 deletions conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ requirements:
- cuda-cudart-dev ={{ cuda_version }}
- cuda-nvtx ={{ cuda_version }}
# - libcutensor-dev >=1.3
- cutensor >=1.3,<2 =*_*
- cutensor >=1.3 =*_*
- libcublas-dev
- libcusolver-dev
- libcufft-dev
Expand All @@ -136,7 +136,7 @@ requirements:
- legate-core ={{ core_version }}
- cuda-cudart >={{ cuda_version }},<{{ cuda_major+1 }}
- cuda-version >={{ cuda_version }},<{{ cuda_major+1 }}
- cutensor >=1.3,<2 =*_*
- cutensor >=1.3 =*_*
- libcublas
- libcusolver >=11.4.1.48-0
- libcufft
Expand Down

0 comments on commit 93ee701

Please sign in to comment.