Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/nvidia-cutlass/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NVIDIA/cutlass
REF "v${VERSION}"
SHA512 eebeda9c72671521377bc7baef2eef4fc429de46bc43e22f31c6a605ebda501dc0223e53ff1ec6590d9c3b2855462b04ddc07a5f2871c6be64d54bbe9fd18061
SHA512 e7c0545e80e5c8626df81b6dabf63edd1219947d93df21f07c43d08efd3daa5f6526d331c40fc0274d91b2b9d3ec9c919ddf4e1f4ba0f2929492e1355e186e61
HEAD_REF main
PATCHES
fix-cudnn-path.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/nvidia-cutlass/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nvidia-cutlass",
"version": "4.3.3",
"version": "4.3.4",
"description": "CUDA Templates for Linear Algebra Subroutines",
"homepage": "https://github.com/NVIDIA/cutlass",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6973,7 +6973,7 @@
"port-version": 0
},
"nvidia-cutlass": {
"baseline": "4.3.3",
"baseline": "4.3.4",
"port-version": 0
},
"nvtt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nvidia-cutlass.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2c7fbae845218147070b24f838014075934d9a78",
"version": "4.3.4",
"port-version": 0
},
{
"git-tree": "d8c23b758f03cf1092a9e7fe45f2ea6cb8bdb08f",
"version": "4.3.3",
Expand Down
Loading