We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff67943 commit cd728f7Copy full SHA for cd728f7
opencl/test/unit_test/igdrcl_tests_pch.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2018-2022 Intel Corporation
+ * Copyright (C) 2018-2025 Intel Corporation
3
*
4
* SPDX-License-Identifier: MIT
5
@@ -21,12 +21,15 @@
21
#include "third_party/opencl_headers/CL/cl.h"
22
23
#include <algorithm>
24
+#include <chrono>
25
#include <fstream>
26
#include <iostream>
27
#include <list>
28
#include <map>
29
#include <memory>
30
+#include <ranges>
31
#include <set>
32
+#include <sstream>
33
#include <stdio.h>
34
#include <string>
35
#include <vector>
0 commit comments