"testing/python/jit/test_tilelang_jit_cutedsl.py" did not exist on "316d3b97f1f898466f1b3427e630c3e388d198a2"
Commit 77c95479 authored by suiguoxin's avatar suiguoxin
Browse files

reset pylint, gitignore

parent c5f3da0f
...@@ -69,6 +69,3 @@ build ...@@ -69,6 +69,3 @@ build
*.egg-info *.egg-info
.vscode .vscode
# yarn lockfile
yarn.lock
...@@ -102,7 +102,7 @@ The total search space is 1,204,224, we set the number of maximum trial to 1000. ...@@ -102,7 +102,7 @@ The total search space is 1,204,224, we set the number of maximum trial to 1000.
| GP |0.414395|0.418006|0.420431| | GP |0.414395|0.418006|0.420431|
| GP |0.412943|0.416566|0.418443| | GP |0.412943|0.416566|0.418443|
For Metis, there are about 300 trials because it runs slowly due to its high time complexity O(n^3) in Gaussian Process. In this example, all the algorithms are used with default parameters. For Metis, there are about 300 trials because it runs slowly due to its high time complexity O(n^3) in Gaussian Process.
## RocksDB Benchmark 'fillrandom' and 'readrandom' ## RocksDB Benchmark 'fillrandom' and 'readrandom'
......
...@@ -15,8 +15,7 @@ max-attributes=15 ...@@ -15,8 +15,7 @@ max-attributes=15
const-naming-style=any const-naming-style=any
disable=duplicate-code, disable=duplicate-code,
super-init-not-called, super-init-not-called
cell-var-from-loop
# List of members which are set dynamically and missed by pylint inference # List of members which are set dynamically and missed by pylint inference
generated-members=numpy.*,torch.* generated-members=numpy.*,torch.*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment