mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 16:48:45 +08:00
test: remove driver dependency from level zero black box tests
Related-To: NEO-10492 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
83daa48bb3
commit
75f688b58e
@@ -30,7 +30,8 @@ inline void validate(ResulT result, const char *message);
|
||||
|
||||
namespace LevelZeroBlackBoxTests {
|
||||
|
||||
using pfnZexCounterBasedEventCreate2 = decltype(&L0::zexCounterBasedEventCreate2);
|
||||
using pfnZexZexEventGetDeviceAddress = ze_result_t(ZE_APICALL *)(ze_event_handle_t event, uint64_t *completionValue, uint64_t *address);
|
||||
using pfnZexCounterBasedEventCreate2 = ze_result_t(ZE_APICALL *)(ze_context_handle_t hContext, ze_device_handle_t hDevice, const zex_counter_based_event_desc_t *desc, ze_event_handle_t *phEvent);
|
||||
|
||||
#define QTR(a) #a
|
||||
#define TOSTR(b) QTR(b)
|
||||
|
||||
Reference in New Issue
Block a user