Skip to content

Commit 594b31a

Browse files
committed
Remove NVTX and cuTensor migration status csv files
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent 14f49ef commit 594b31a

3 files changed

Lines changed: 1 addition & 125 deletions

File tree

clang/tools/dpct/generate_api_migration_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def do_update(args):
174174
return False
175175
lib_names = ['Runtime_and_Driver', 'CUB', 'cuBLAS', 'cuDNN', 'cuFFT', 'nvGRAPH', 'ASM',
176176
'cuRAND', 'cuSOLVER', 'cuSPARSE', 'NCCL', 'nvJPEG', 'NVML', 'thrust', 'wmma',
177-
'nvSHMEM', 'NVTX', 'cuTENSOR', 'cudnn_frontend']
177+
'nvSHMEM', 'cudnn_frontend']
178178

179179
# lib file name = APINames_$(libname).inc
180180
for lib_name in lib_names:

docs/dev_guide/api-mapping-status/NVTX_API_migration_status.csv

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/dev_guide/api-mapping-status/cuTENSOR_API_migration_status.csv

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)