Disabling ATT Tests

Change-Id: I0e03337de967aedaa15600c8b848ea618376d8a2
This commit is contained in:
Giovanni LB
2024-02-15 14:27:48 -03:00
committed by Giovanni Baraldi
parent bf749ba8d6
commit 97288fedc9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ att_parsed_input_t GetATTParams() {
std::unordered_map<std::string, uint32_t> default_params = {
{"SE_MASK", 0x111111}, // One every 4 SEs, by default
{"SIMD_SELECT", 0x3}, // 0x3 works for both gfx9 and Navi
{"BUFFER_SIZE", 0x40000000}, // 2^30 == 1GB
{"BUFFER_SIZE", 0x10000000}, // 2^28 == 256MB
{"ISA_CAPTURE_MODE", static_cast<uint32_t>(ROCPROFILER_CAPTURE_SYMBOLS_ONLY)}};
std::ifstream trace_file(path);