This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
build(dnn/cutlass): fix build for cutlass
GitOrigin-RevId:
9aa095fe84
release-1.5
Megvii Engine Team
3 years ago
parent
0fb4e9a9ca
commit
f8b0f2cb91
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
dnn/scripts/cutlass_generator/BUILD
+ 0
- 2
dnn/scripts/cutlass_generator/BUILD
View File
@@ -4,8 +4,6 @@ genrule(
name = "cutlass_kimpls",
outs = cutlass_gen_list,
cmd = """GEN=$(location //brain/megbrain/dnn/scripts/cutlass_generator:generator.py)
pwd > /tmp/a
echo $(@D) > /tmp/b
python3 $$GEN --operations gemm --type simt $(@D)
python3 $$GEN --operations gemv --type simt $(@D)
python3 $$GEN --operations deconv --type simt $(@D)
Write
Preview
Loading…
Cancel
Save