mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-11-11 16:50:39 +08:00
gtests: test_malloc: remove non-existent headers
This commit is contained in:
committed by
Dmitry Zarukin
parent
312bb55bca
commit
d4f989d395
@ -1,5 +1,5 @@
|
||||
/*******************************************************************************
|
||||
* Copyright 2020 Intel Corporation
|
||||
* Copyright 2020-2024 Intel Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -78,10 +78,6 @@ void *malloc(size_t size, int alignment) {
|
||||
#if DNNL_GPU_RUNTIME == DNNL_RUNTIME_OCL
|
||||
#include <CL/cl.h>
|
||||
|
||||
#include "gpu/ocl/ocl_gpu_engine.hpp"
|
||||
#include "gpu/ocl/ocl_memory_storage.hpp"
|
||||
#include "tests/gtests/dnnl_test_common_ocl.hpp"
|
||||
|
||||
namespace dnnl {
|
||||
namespace impl {
|
||||
namespace gpu {
|
||||
|
||||
Reference in New Issue
Block a user