Files
compute-runtime/opencl/test/unit_test/linux/drm_other_requests.cpp
Bartosz Dunajski 5af401b7bb Discover GPU topology from i915
Resolves: NEO-4718

Change-Id: I0547c109b961c3732e64b6f22ec761a5943c65ef
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
2020-06-15 10:32:29 +02:00

11 lines
179 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include <stdarg.h>
int drmOtherRequests(unsigned long int request, ...) { return 0; }