diff --git a/README.md b/README.md index 1891b80c33..7c30150a22 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ conda build --croot=C:/tmp conda-recipe conda install dpctl ``` -Using PyDPPL -============ -PyDPPL relies on SYCL runtime. With Intel oneAPI installed you should activate it. +Using dpCtl +=========== +dpCtl relies on DPC++ runtime. With Intel oneAPI installed you should activate it. On Windows: ```cmd diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 373f0c8f2b..2c4fda3157 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.3.2 FATAL_ERROR) -project("PyDPPL - A lightweight SYCL wrapper for Python") +project("dpCtl - A lightweight SYCL wrapper for Python") # The function checks is DPCPP_ROOT is valid and points to a dpcpp installation function (check_for_dpcpp) @@ -185,7 +185,7 @@ foreach(HEADER ${HEADERS}) install(FILES "${HEADER}" DESTINATION include/Support) endforeach() -# Enable to build the PyDPPL backend test cases +# Enable to build the dpCtl backend test cases add_subdirectory(tests) # Todo : Add build rules for doxygen diff --git a/backends/include/Support/CBindingWrapping.h b/backends/include/Support/CBindingWrapping.h index 40ef4027b2..4c77612269 100644 --- a/backends/include/Support/CBindingWrapping.h +++ b/backends/include/Support/CBindingWrapping.h @@ -1,6 +1,6 @@ //===----- Support/CBindingWrapping.h - DPPL-SYCL interface --*-- C ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/Support/DllExport.h b/backends/include/Support/DllExport.h index 28643f3195..de82311320 100644 --- a/backends/include/Support/DllExport.h +++ b/backends/include/Support/DllExport.h @@ -1,6 +1,6 @@ //===---------- Support/DllExport.h - DPPL-SYCL interface ---*--- C ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/Support/ExternC.h b/backends/include/Support/ExternC.h index 60b91de0dd..76baef7871 100644 --- a/backends/include/Support/ExternC.h +++ b/backends/include/Support/ExternC.h @@ -1,6 +1,6 @@ //===------------ Support/ExternC.h - DPPL-SYCL interface ---*--- C ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/Support/MemOwnershipAttrs.h b/backends/include/Support/MemOwnershipAttrs.h index 6f340036ac..f0579fdd46 100644 --- a/backends/include/Support/MemOwnershipAttrs.h +++ b/backends/include/Support/MemOwnershipAttrs.h @@ -1,6 +1,6 @@ //===----- dppl_mem_ownership_attrs.h - DPPL-SYCL interface --*-- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_data_types.h b/backends/include/dppl_data_types.h index 3da14eb5b5..4427b3f893 100644 --- a/backends/include/dppl_data_types.h +++ b/backends/include/dppl_data_types.h @@ -1,6 +1,6 @@ -//===---------- dppl_data_types.h - DPPL-SYCL interface ----*---- C ---*---===// +//===------------------ dppl_data_types.h - dpctl-C_API ----*---- C ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_opencl_interface.h b/backends/include/dppl_opencl_interface.h index 52e03ed7de..a34845bbe5 100644 --- a/backends/include/dppl_opencl_interface.h +++ b/backends/include/dppl_opencl_interface.h @@ -1,6 +1,6 @@ -//===-- dppl_opencl_interface.h - DPPL-OpenCL interface -------*- C -*-----===// +//===------------ dppl_opencl_interface.h - dpctl-C_API -------*- C -*-----===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_context_interface.h b/backends/include/dppl_sycl_context_interface.h index de5175bc40..bb0226225f 100644 --- a/backends/include/dppl_sycl_context_interface.h +++ b/backends/include/dppl_sycl_context_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_context_interface.h - DPPL-SYCL interface --*--C++ --*--===// +//===----------- dppl_sycl_context_interface.h - dpctl-C_API --*--C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_device_interface.h b/backends/include/dppl_sycl_device_interface.h index 01e3c08101..75ab605b93 100644 --- a/backends/include/dppl_sycl_device_interface.h +++ b/backends/include/dppl_sycl_device_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_device_interface.h - DPPL-SYCL interface ---*---C++ -*---===// +//===---------- dppl_sycl_device_interface.h - dpctl-C_API ---*---C++ -*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_event_interface.h b/backends/include/dppl_sycl_event_interface.h index c97eaf08f3..98bc9dae08 100644 --- a/backends/include/dppl_sycl_event_interface.h +++ b/backends/include/dppl_sycl_event_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_event_interface.h - DPPL-SYCL interface ---*---C++ -*---===// +//===----------- dppl_sycl_event_interface.h - dpctl-C_API ---*---C++ -*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_kernel_interface.h b/backends/include/dppl_sycl_kernel_interface.h index 64d2f97a30..a48064cf83 100644 --- a/backends/include/dppl_sycl_kernel_interface.h +++ b/backends/include/dppl_sycl_kernel_interface.h @@ -1,6 +1,6 @@ -//===---- dppl_sycl_kernel_interface.h - DPPL-SYCL interface --*--C++ --*--===// +//===------------ dppl_sycl_kernel_interface.h - dpctl-C_API --*--C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_platform_interface.h b/backends/include/dppl_sycl_platform_interface.h index 2b2e02d702..22bebd9cbc 100644 --- a/backends/include/dppl_sycl_platform_interface.h +++ b/backends/include/dppl_sycl_platform_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_platform_interface.h - DPPL-SYCL interface ---*--C++ -*-===// +//===----------- dppl_sycl_platform_interface.h - dpctl-C_API ---*--C++ -*-===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_program_interface.h b/backends/include/dppl_sycl_program_interface.h index 952156ff79..28056f49bc 100644 --- a/backends/include/dppl_sycl_program_interface.h +++ b/backends/include/dppl_sycl_program_interface.h @@ -1,6 +1,6 @@ -//===---- dppl_sycl_program_interface.h - DPPL-SYCL interface --*--C++ --*--===// +//===----------- dppl_sycl_program_interface.h - dpctl-C_API --*--C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_queue_interface.h b/backends/include/dppl_sycl_queue_interface.h index 03e746da44..5ba2011907 100644 --- a/backends/include/dppl_sycl_queue_interface.h +++ b/backends/include/dppl_sycl_queue_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_queue_interface.h - DPPL-SYCL interface ---*---C++ -*---===// +//===----------- dppl_sycl_queue_interface.h - dpctl-C_API ---*---C++ -*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_queue_manager.h b/backends/include/dppl_sycl_queue_manager.h index c71ed0e285..d02040998c 100644 --- a/backends/include/dppl_sycl_queue_manager.h +++ b/backends/include/dppl_sycl_queue_manager.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_queue_manager.h - DPPL-SYCL interface ---*---C++ ---*---===// +//===----------- dppl_sycl_queue_manager.h - dpctl-C_API ---*---C++ ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_types.h b/backends/include/dppl_sycl_types.h index ce1f74dd85..74f2792f7a 100644 --- a/backends/include/dppl_sycl_types.h +++ b/backends/include/dppl_sycl_types.h @@ -1,6 +1,6 @@ -//===---------- dppl_sycl_types.h - DPPL-SYCL interface ---*--- C++ ---*---===// +//===-------------- dppl_sycl_types.h - dpctl-C_API ----*---- C++ ----*----===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_sycl_usm_interface.h b/backends/include/dppl_sycl_usm_interface.h index 6a52fcff42..91deddadcb 100644 --- a/backends/include/dppl_sycl_usm_interface.h +++ b/backends/include/dppl_sycl_usm_interface.h @@ -1,6 +1,6 @@ -//===--- dppl_sycl_usm_interface.h - DPPL-SYCL interface ---*---C++ -*---===// +//===------------- dppl_sycl_usm_interface.h - dpctl-C_API ---*---C++ -*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/dppl_utils.h b/backends/include/dppl_utils.h index 3a19bf3e45..1cf0223f28 100644 --- a/backends/include/dppl_utils.h +++ b/backends/include/dppl_utils.h @@ -1,6 +1,6 @@ -//===------------- dppl_utils.h - DPPL-SYCL interface --*-- C++ -----*-----===// +//===------------------- dppl_utils.h - dpctl-C_API ---*--- C++ -----*-----===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/include/error_check_macros.h b/backends/include/error_check_macros.h index 77bd462e5a..c532f89127 100644 --- a/backends/include/error_check_macros.h +++ b/backends/include/error_check_macros.h @@ -1,6 +1,6 @@ -//===----- error_check_macros.h - DPPL-OpenCL interface -------*- C -*-----===// +//===----------- error_check_macros.h - dpctl-C_API-------*- C ------*-----===// // -// Python Data Parallel Processing Python (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_opencl_interface.c b/backends/source/dppl_opencl_interface.c index 64b0de33cf..cf849b32ca 100644 --- a/backends/source/dppl_opencl_interface.c +++ b/backends/source/dppl_opencl_interface.c @@ -1,6 +1,6 @@ -//===------ dppl_opencl_interface.c - DPPL-OpenCL interface ----*- C -*----===// +//===------------ dppl_opencl_interface.c - dpctl-C_API ----*- C -----*----===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_context_interface.cpp b/backends/source/dppl_sycl_context_interface.cpp index cbdd722deb..78c71f5ad0 100644 --- a/backends/source/dppl_sycl_context_interface.cpp +++ b/backends/source/dppl_sycl_context_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_context_interface.cpp - DPPL-SYCL interface --*- C++ -*-===// +//===------- dppl_sycl_context_interface.cpp - dpctl-C_API ---*--- C++ -*-===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_device_interface.cpp b/backends/source/dppl_sycl_device_interface.cpp index cf5a1d027c..874094a4b1 100644 --- a/backends/source/dppl_sycl_device_interface.cpp +++ b/backends/source/dppl_sycl_device_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_device_interface.cpp - DPPL-SYCL interface --*- C++ -*--===// +//===------ dppl_sycl_device_interface.cpp - dpctl-C_API ---*--- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_event_interface.cpp b/backends/source/dppl_sycl_event_interface.cpp index 69a739483f..ae8356adba 100644 --- a/backends/source/dppl_sycl_event_interface.cpp +++ b/backends/source/dppl_sycl_event_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_event_interface.cpp - DPPL-SYCL interface --*- C++ -*---===// +//===------ dppl_sycl_event_interface.cpp - dpctl-C_API ---*--- C++ --*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_kernel_interface.cpp b/backends/source/dppl_sycl_kernel_interface.cpp index 56fa9380cb..e030974bc3 100644 --- a/backends/source/dppl_sycl_kernel_interface.cpp +++ b/backends/source/dppl_sycl_kernel_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_kernel_interface.cpp - DPPL-SYCL interface --*-- C++ -*-===// +//===------ dppl_sycl_kernel_interface.cpp - dpctl-C_API ---*--- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_platform_interface.cpp b/backends/source/dppl_sycl_platform_interface.cpp index d8b8a77606..e03659cb90 100644 --- a/backends/source/dppl_sycl_platform_interface.cpp +++ b/backends/source/dppl_sycl_platform_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_platform_interface.cpp - DPPL-SYCL interface --*- C++ -*-===// +//===------ dppl_sycl_platform_interface.cpp - dpctl-C_API --*-- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_program_interface.cpp b/backends/source/dppl_sycl_program_interface.cpp index 01d615a08b..edb8429c3f 100644 --- a/backends/source/dppl_sycl_program_interface.cpp +++ b/backends/source/dppl_sycl_program_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_program_interface.cpp - DPPL-SYCL interface --*-- C++ -*-===// +//===----- dppl_sycl_program_interface.cpp - dpctl-C_API ---*--- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_queue_interface.cpp b/backends/source/dppl_sycl_queue_interface.cpp index 81ccf64f9f..b4c8379e88 100644 --- a/backends/source/dppl_sycl_queue_interface.cpp +++ b/backends/source/dppl_sycl_queue_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_queue_interface.cpp - DPPL-SYCL interface --*- C++ -*---===// +//===------ dppl_sycl_queue_interface.cpp - dpctl-C_API ---*--- C++ --*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_queue_manager.cpp b/backends/source/dppl_sycl_queue_manager.cpp index 8162e838d2..e6f64457fa 100644 --- a/backends/source/dppl_sycl_queue_manager.cpp +++ b/backends/source/dppl_sycl_queue_manager.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_queue_manager.cpp - DPPL-SYCL interface --*- C++ -*---===// +//===--------- dppl_sycl_queue_manager.cpp - dpctl-C_API --*-- C++ ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_sycl_usm_interface.cpp b/backends/source/dppl_sycl_usm_interface.cpp index 54ff95efc6..629a1f1e56 100644 --- a/backends/source/dppl_sycl_usm_interface.cpp +++ b/backends/source/dppl_sycl_usm_interface.cpp @@ -1,6 +1,6 @@ -//===--- dppl_sycl_usm_interface.cpp - DPPL-SYCL interface --*- C++ -*---===// +//===------- dppl_sycl_usm_interface.cpp - dpctl-C_API ---*--- C++ ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/source/dppl_utils.cpp b/backends/source/dppl_utils.cpp index b3e4206679..cea4ef0f3d 100644 --- a/backends/source/dppl_utils.cpp +++ b/backends/source/dppl_utils.cpp @@ -1,6 +1,6 @@ -//===--------- dppl_utils.cpp - DPPL-SYCL interface ----*---- C++ ----*----===// +//===-------------- dppl_utils.cpp - dpctl-C_API ----*---- C++ -----*-----===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/tests/CMakeLists.txt b/backends/tests/CMakeLists.txt index 08e7f9f9ff..f2bc8c6462 100644 --- a/backends/tests/CMakeLists.txt +++ b/backends/tests/CMakeLists.txt @@ -3,9 +3,9 @@ string(COMPARE EQUAL "${GTEST_LIB_DIR}" "" no_gtest_lib_dir) if(${no_gtest_incl_dir} OR ${no_gtest_lib_dir}) message(WARNING - "GTest is needed to test PyDPPL's backend test cases. Pass in \ + "GTest is needed to test dpCtl's C API test cases. Pass in \ -DGTEST_INCLUDE_DIR and -DGTEST_LIB_DIR when you configure Cmake if\ - you wish to run PyDPPL backend tests." + you wish to run dpCtl backend tests." ) else() # We need thread support for gtest @@ -22,7 +22,7 @@ else() link_directories(${GTEST_LIB_DIR}) - set(PYDPPL_BACKEND_TEST_CASES + set(DPCTL_C_API_TEST_CASES test_sycl_kernel_interface test_sycl_platform_interface test_sycl_program_interface @@ -38,7 +38,7 @@ else() file(COPY ${tf} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) endforeach() - foreach(TEST_CASE ${PYDPPL_BACKEND_TEST_CASES}) + foreach(TEST_CASE ${DPCTL_C_API_TEST_CASES}) add_executable(${TEST_CASE} EXCLUDE_FROM_ALL ${TEST_CASE}.cpp) target_link_libraries( ${TEST_CASE} ${CMAKE_THREAD_LIBS_INIT} gtest DPPLSyclInterface diff --git a/backends/tests/test_sycl_kernel_interface.cpp b/backends/tests/test_sycl_kernel_interface.cpp index 4777e6e654..1efc84076d 100644 --- a/backends/tests/test_sycl_kernel_interface.cpp +++ b/backends/tests/test_sycl_kernel_interface.cpp @@ -1,6 +1,6 @@ -//===---- test_sycl_program_interface.cpp - DPPL-SYCL interface -*- C++ -*-===// +//===-------- test_sycl_program_interface.cpp - dpctl-C_API -*- C++ ---*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/tests/test_sycl_platform_interface.cpp b/backends/tests/test_sycl_platform_interface.cpp index e8037b2466..87d2169606 100644 --- a/backends/tests/test_sycl_platform_interface.cpp +++ b/backends/tests/test_sycl_platform_interface.cpp @@ -1,6 +1,6 @@ -//===--- test_sycl_platform_interface.cpp - DPPL-SYCL interface -*- C++ -*-===// +//===------- test_sycl_platform_interface.cpp - dpctl-C_API --*-- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/tests/test_sycl_program_interface.cpp b/backends/tests/test_sycl_program_interface.cpp index 027a81f6c3..b32f7b7ab5 100644 --- a/backends/tests/test_sycl_program_interface.cpp +++ b/backends/tests/test_sycl_program_interface.cpp @@ -1,6 +1,6 @@ -//===---- test_sycl_program_interface.cpp - DPPL-SYCL interface -*- C++ -*-===// +//===---------- test_sycl_program_interface.cpp - dpctl-C_API --*-- C++ -*-===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/tests/test_sycl_queue_interface.cpp b/backends/tests/test_sycl_queue_interface.cpp index 9c853ef8aa..a2946d5dda 100644 --- a/backends/tests/test_sycl_queue_interface.cpp +++ b/backends/tests/test_sycl_queue_interface.cpp @@ -1,6 +1,6 @@ -//===---- test_sycl_queue_interface.cpp - DPPL-SYCL interface -*- C++ --*--===// +//===-------- test_sycl_queue_interface.cpp - dpctl-C_API ---*--- C++ --*--===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/backends/tests/test_sycl_queue_manager.cpp b/backends/tests/test_sycl_queue_manager.cpp index 675fc01c4c..510aee93e6 100644 --- a/backends/tests/test_sycl_queue_manager.cpp +++ b/backends/tests/test_sycl_queue_manager.cpp @@ -1,6 +1,6 @@ -//===--- test_sycl_queue_manager.cpp - DPPL-SYCL interface --*- C++ ---*---===// +//===------- test_sycl_queue_manager.cpp - dpctl-C_API ---*--- C++ ----*---===// // -// Python Data Parallel Processing Library (PyDPPL) +// Data Parallel Control Library (dpCtl) // // Copyright 2020 Intel Corporation // diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 48ff634421..f48cccc14f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -30,7 +30,7 @@ requirements: - cffi >=1.0.0 about: - home: https://github.com/IntelPython/PyDPPL.git + home: https://github.com/IntelPython/dpCtl.git license: Apache-2.0 license_file: LICENSE summary: 'A lightweight Python wrapper for a subset of OpenCL and SYCL API.' diff --git a/dpctl/__init__.py b/dpctl/__init__.py index 333867f89c..5086eb1c3e 100644 --- a/dpctl/__init__.py +++ b/dpctl/__init__.py @@ -33,7 +33,7 @@ dpCtl's intended usage is as a common SYCL interoperability layer for different Python libraries and applications. The OpenCL support inside - PyDPPL is slated to be deprecated and then removed in future releases + dpCtl is slated to be deprecated and then removed in future releases of the library. Currently, only a small subset of DPC++ runtime objects are exposed diff --git a/setup.py b/setup.py index 51551e099d..d424ff632a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ ##===---------- setup.py - dpctl.ocldrv interface -----*- Python -*-----===## ## -## Python Data Parallel Processing Library (PyDPPL) +## Data Parallel Control Library (dpCtl) ## ## Copyright 2020 Intel Corporation ##