repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Make v8i16/v8f16 legal
[llvm-project.git]
/
mlir
/
test
/
Integration
/
Dialect
/
SparseTensor
/
python
/
lit.local.cfg
blob
cf04454dea6ef78ddcd6453db4bb38e6d047f2ec
1
# Disable ASAN's leak detection for python OpsDSL tests.
2
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
3
# Only run when python bindings are enabled.
4
if not config.enable_bindings_python:
5
config.unsupported = True