File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
unified-runtime/source/loader/layers/sanitizer/tsan Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -1379,25 +1379,6 @@ __urdlllocal ur_result_t UR_APICALL urGetEnqueueExpProcAddrTable(
1379
1379
return UR_RESULT_SUCCESS;
1380
1380
}
1381
1381
1382
- ///////////////////////////////////////////////////////////////////////////////
1383
- /// @brief Exported function for filling application's EnqueueExp table
1384
- /// with current process' addresses
1385
- ///
1386
- /// @returns
1387
- /// - ::UR_RESULT_SUCCESS
1388
- /// - ::UR_RESULT_ERROR_INVALID_NULL_POINTER
1389
- __urdlllocal ur_result_t UR_APICALL urGetEnqueueExpProcAddrTable(
1390
- /// [in,out] pointer to table of DDI function pointers
1391
- ur_enqueue_exp_dditable_t *pDdiTable) {
1392
- if (nullptr == pDdiTable) {
1393
- return UR_RESULT_ERROR_INVALID_NULL_POINTER;
1394
- }
1395
-
1396
- pDdiTable->pfnCooperativeKernelLaunchExp =
1397
- ur_sanitizer_layer::tsan::urEnqueueCooperativeKernelLaunchExp;
1398
- return UR_RESULT_SUCCESS;
1399
- }
1400
-
1401
1382
} // namespace tsan
1402
1383
1403
1384
ur_result_t initTsanDDITable(ur_dditable_t *dditable) {
You can’t perform that action at this time.
0 commit comments