TensorRT-LLMs/cpp/kernels/fmha_v2/pytest.ini
ixlmar 045331d494 fix: run test_single_chat_session_image_embeds on L40S
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
2026-01-12 17:44:04 +01:00

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