Skip to content

Conversation

johntfalk
Copy link
Contributor

No description provided.

johntfalk added 13 commits July 24, 2025 20:24
@@ -0,0 +1,15 @@
# Copyright (C) 2019 Intel Corporation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put the correct year 2025

@@ -0,0 +1,429 @@
/*
*
* Copyright (C) 2019-2025 Intel Corporation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can't be from 2019 as this file is created and being introduced in 2025.

::testing::InitGoogleMock(&argc, argv);
std::vector<std::string> command_line(argv + 1, argv + argc);
level_zero_tests::init_logging(command_line);
static char enable_metrics[] = "PrintXeLogs=1";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR can't be merged in the CTS repository. The test code has Intel KMD centric expectations. The CTS is supposed to be vendor neutral. Perhaps the L0 benchmarks repository might be a better venue if it has a notion of vendor centric benchmarks.

const char *src_memory_type = is_src_shared_system ? "SVM" : "USM";
const char *dst_memory_type = is_dst_shared_system ? "SVM" : "USM";

// NOTE: cannot use LOG_DEBUG or LOG_INFO because redirecting stderr to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put this log way before redirecting to file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants