Disabling ATT Tests
Change-Id: I0e03337de967aedaa15600c8b848ea618376d8a2
[ROCm/rocprofiler commit: 97288fedc9]
This commit is contained in:
کامیت شده توسط
Giovanni Baraldi
والد
998fce25e0
کامیت
6081bfeb56
@@ -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);
|
||||
|
||||
@@ -740,7 +740,7 @@ class ATTCollection : public ::testing::Test {
|
||||
};
|
||||
bool ATTCollection::bCollected = false;
|
||||
|
||||
TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
TEST_F(ATTCollection, DISABLED_WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
int result = ROCPROFILER_STATUS_ERROR;
|
||||
|
||||
// inititalize ROCProfiler
|
||||
@@ -806,7 +806,7 @@ TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithOldAPI) {
|
||||
}
|
||||
|
||||
// New API
|
||||
TEST_F(ATTCollection, WhenRunningATTItCollectsTraceDataWithNewAPI) {
|
||||
TEST_F(ATTCollection, DISABLED_WhenRunningATTItCollectsTraceDataWithNewAPI) {
|
||||
int result = ROCPROFILER_STATUS_ERROR;
|
||||
// inititalize ROCProfiler
|
||||
result = rocprofiler_initialize();
|
||||
|
||||
مرجع در شماره جدید
Block a user