We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456e399 commit a9ec424Copy full SHA for a9ec424
torchci/clickhouse_queries/compilers_benchmark_performance/query.sql
@@ -76,7 +76,7 @@ WHERE
76
-- in 6 months
77
AND (
78
(
79
- {arch: String } = ''
+ ({arch: String } = '' OR {arch: String } = 'a100')
80
AND output LIKE CONCAT(
81
'%_',
82
{dtype: String },
torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql
@@ -14,7 +14,7 @@ WHERE
14
15
16
17
18
AND benchmark_extra_info['output'] LIKE CONCAT(
19
20
0 commit comments