mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-05 02:31:33 +08:00
13 lines
237 B
INI
13 lines
237 B
INI
[pytest]
|
|
addopts = --strict-markers -n 4 -m 'not debug and not bench' --tb=short
|
|
markers =
|
|
unit
|
|
fmha
|
|
fmhca
|
|
debug
|
|
bench
|
|
needs_l40s
|
|
# bin: unit tests
|
|
# test: python script for invoking fmha.exe
|
|
testpaths = bin test
|