onnxruntime/onnxruntime/test
Changming Sun 9cb97ee507
Disable CPU EP's allocator's arena when address sanitizer is enabled (#19485)
### Description
Disable CPU EP's allocator's arena when address sanitizer is enabled,
because it masks problems. For example, the code in
onnxruntime/test/quantization/quantization_test.cc has a memory leak
problem: it allocated a buffer but didn't free it, but most memory leak
check tool cannot detect that because the buffer was from an arena and
the arena was finally freed.

### Motivation and Context
Provider better memory leak check coverage.
2024-02-12 09:39:49 -08:00
..
common ORT ETW dynamic logging that improves ORT diagnosability & performance (#18882) 2024-01-11 12:43:27 -08:00
contrib_ops Revert "Revert NeuralSpeed code for x64 MatMulNBits (#19382)" (#19474) 2024-02-09 09:24:54 -08:00
custom_op_registration Support custom ops taking float 8 tensors as inputs and outputs (#16323) 2023-07-06 14:36:06 +02:00
debug_node_inputs_outputs
framework Disable CPU EP's allocator's arena when address sanitizer is enabled (#19485) 2024-02-12 09:39:49 -08:00
fuzzing
global_thread_pools Replace T4 to A10 in Linux GPU workflow (#19205) 2024-01-23 10:49:24 -08:00
ir Make session configuration options available to kernels via OpKernelInfo (#18897) 2024-01-13 10:02:43 +10:00
logging_apis Remove two tests from test_logging_apis.cc (#19100) 2024-01-12 09:26:28 -08:00
mlas [MLAS AArch64] SQNBitGemm optimization (#19272) 2024-01-30 14:29:12 -08:00
onnx [QNN EP] Expose device-level session options (#19212) 2024-01-22 12:47:42 -08:00
opaque_api
optimizer [aarch64] Add Sbgemm kernel to accelerate fp32 tensor matmul with bfloat16 (#17031) 2024-01-22 14:43:06 -08:00
perftest Support general session config entries in perf test tool (#19289) 2024-01-26 19:51:48 -08:00
platform Add capturestate / rundown ETW support logging for session and provider options (#19397) 2024-02-08 11:28:05 -08:00
proto
providers Bump ruff linter to 0.2.1 (#19471) 2024-02-08 16:08:27 -08:00
python Support ONNX export of OpenAi Whisper model (#17316) 2024-02-09 15:26:39 -05:00
quantization Disable CPU EP's allocator's arena when address sanitizer is enabled (#19485) 2024-02-12 09:39:49 -08:00
shared_lib [ROCm] enable hipGraph (#18382) 2024-01-23 11:17:04 +08:00
testdata Bump ruff linter to 0.2.1 (#19471) 2024-02-08 16:08:27 -08:00
unittest_main Disable a few tests for wasm build (#19316) 2024-01-30 08:16:57 -08:00
util [aarch64] Add Sbgemm kernel to accelerate fp32 tensor matmul with bfloat16 (#17031) 2024-01-22 14:43:06 -08:00
wasm Bump follow-redirects from 1.15.2 to 1.15.4 in /onnxruntime/test/wasm (#19069) 2024-01-11 16:13:22 -08:00
win_getopt
xctest Enable backtrace in unit tests (#17655) 2023-09-29 12:32:56 -07:00