Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add [email protected] to bcr.
  • Loading branch information
tongke6 authored Nov 28, 2024
1 parent 867e161 commit 69c9f05
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/cutlass/3.5.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "cutlass",
version = "3.5.1",
compatibility_level = 1,
)
20 changes: 20 additions & 0 deletions modules/cutlass/3.5.1/patches/add_build_file.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- /dev/null
+++ BUILD.bazel
@@ -0,0 +1,17 @@
+package(default_visibility = ["//visibility:public"])
+
+filegroup(
+ name = "all",
+ srcs = glob(["**"]),
+)
+
+cc_library(
+ name = "cutlass",
+ srcs = [],
+ hdrs = glob([
+ "include/**/*.h",
+ "include/**/*.hpp",
+ ]),
+ strip_include_prefix = "include",
+ visibility = ["//visibility:public"],
+)
8 changes: 8 additions & 0 deletions modules/cutlass/3.5.1/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "cutlass",
+ version = "3.5.1",
+ compatibility_level = 1,
+)
18 changes: 18 additions & 0 deletions modules/cutlass/3.5.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
- rolling
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@cutlass//:cutlass'
10 changes: 10 additions & 0 deletions modules/cutlass/3.5.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/NVIDIA/cutlass/archive/refs/tags/v3.5.1.tar.gz",
"integrity": "sha256-ILckfNotJXy/i6Wbo8pAqSEcTaYanJkT4yszosWIOjY=",
"strip_prefix": "cutlass-3.5.1",
"patches": {
"add_build_file.patch": "sha256-KdzJPh24fqic+TV4tevhFYPuPJ8rTRuLvxFCXK489vk=",
"module_dot_bazel.patch": "sha256-eqZdE4IPFn5kK6TXyDFRoUp3tlaEz7+cdkmit20wASM="
},
"patch_strip": 0
}
16 changes: 16 additions & 0 deletions modules/cutlass/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/NVIDIA/cutlass",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:NVIDIA/cutlass"
],
"versions": [
"3.5.1"
],
"yanked_versions": {}
}

0 comments on commit 69c9f05

Please sign in to comment.