19de6250f0c665cfd2bbf6b1f0293dbf39634ba3,tutorials/optimize/opt_matmul_auto_tensorcore.py,,,#,239
Before Change
ctx = tvm.gpu()
if not nvcc.have_tensorcore(ctx.compute_version):
print("the gpu has no tensorcore, skipping...")
sys.exit(0)
M, N, L = 512, 32, 512
dtype = "float16"
layout = "NN"
After Change
ctx = tvm.gpu()
if not nvcc.have_tensorcore(ctx.compute_version):
raise Exception("the gpu has no tensorcore, skipping...")
M, N, L = 512, 32, 512
dtype = "float16"
layout = "NN"
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: apache/incubator-tvm
Commit Name: 19de6250f0c665cfd2bbf6b1f0293dbf39634ba3
Time: 2020-09-02
Author: areusch@octoml.ai
File Name: tutorials/optimize/opt_matmul_auto_tensorcore.py
Class Name:
Method Name:
Project Name: keras-team/keras
Commit Name: da24be79ab5d06e7be16d9eb0a35f47b7b91939b
Time: 2015-08-31
Author: amit.beka@gmail.com
File Name: tests/manual/check_callbacks.py
Class Name:
Method Name:
Project Name: deeptools/HiCExplorer
Commit Name: d54d5992077aac8446e0a0d95e6bef788409a367
Time: 2020-04-03
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/chicAggregateStatistic.py
Class Name:
Method Name: filter_scores_target_list