File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
source/loader/layers/sanitizer Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -1323,6 +1323,7 @@ __urdlllocal ur_result_t UR_APICALL urKernelSetArgLocal(
1323
1323
return result;
1324
1324
}
1325
1325
1326
+ // /////////////////////////////////////////////////////////////////////////////
1326
1327
// / @brief Intercept function for urKernelSetArgPointer
1327
1328
__urdlllocal ur_result_t UR_APICALL urKernelSetArgPointer (
1328
1329
ur_kernel_handle_t hKernel, // /< [in] handle of the kernel object
Original file line number Diff line number Diff line change @@ -34,18 +34,4 @@ function(add_sanitizer_test name)
34
34
set_sanitizer_test_properties (${name} )
35
35
endfunction ()
36
36
37
- function (add_sanitizer_match_test name )
38
- add_sanitizer_test_executable (${name} ${ARGN} )
39
-
40
- add_test (NAME ${name}
41
- COMMAND ${CMAKE_COMMAND}
42
- -D MODE=stdout
43
- -D TEST_FILE=$<TARGET_FILE:${SAN_TEST_PREFIX}-${name}>
44
- -D MATCH_FILE=${CMAKE_CURRENT_SOURCE_DIR}/${name}.out.match
45
- -P ${PROJECT_SOURCE_DIR} /cmake/match.cmake
46
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
47
-
48
- set_sanitizer_test_properties (${name} )
49
- endfunction ()
50
-
51
37
add_sanitizer_test (asan asan.cpp )
Original file line number Diff line number Diff line change 13
13
#include < gtest/gtest.h>
14
14
#include < ur_api.h>
15
15
16
- TEST (DeviceASan , Initialization) {
16
+ TEST (DeviceAsan , Initialization) {
17
17
ur_result_t status;
18
18
19
19
ur_loader_config_handle_t loaderConfig;
You can’t perform that action at this time.
0 commit comments