Skip to content

Commit

Permalink
Remove all mentions of SYCL devices in documentation / comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nmishra31 committed May 16, 2024
1 parent bf56733 commit 16668d6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ ./bin/example_blas_gemm_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
#
########################################################################
Expand Down Expand Up @@ -94,7 +94,7 @@ $ ./bin/example_blas_gemm_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
#
########################################################################
Expand Down Expand Up @@ -207,7 +207,7 @@ $ ./bin/example_lapack_getrs_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
#
########################################################################
Expand Down Expand Up @@ -371,7 +371,7 @@ $ ONEAPI_DEVICE_SELECTOR="level_zero:gpu" ./bin/example_dft_complex_fwd_buffer_m
# For Intel GPU with Intel MKLGPU backend.
#
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
########################################################################
Running DFT Complex forward out-of-place buffer example
Expand All @@ -397,7 +397,7 @@ $ ONEAPI_DEVICE_SELECTOR="level_zero:gpu" ./bin/example_dft_real_fwd_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# SYCL device
# available devices
#
########################################################################
Expand All @@ -422,7 +422,7 @@ $ ONEAPI_DEVICE_SELECTOR="level_zero:gpu" ./bin/example_dft_real_fwd_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# SYCL device
# available devices
#
########################################################################
Expand All @@ -447,7 +447,7 @@ $ ./bin/example_dft_real_fwd_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# SYCL device
# available devices
#
########################################################################
Expand All @@ -471,7 +471,7 @@ $ LD_LIBRARY_PATH=lib/:$LD_LIBRARY_PATH ./bin/example_dft_real_fwd_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# SYCL device
# available devices
#
########################################################################
Expand Down Expand Up @@ -505,7 +505,7 @@ $ ./bin/example_sparse_blas_gemv_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
#
########################################################################
Expand Down Expand Up @@ -543,7 +543,7 @@ $ ./bin/example_sparse_blas_gemv_usm
#
# Device will be selected during runtime.
# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify
# ONEAPI device
# available devices
#
########################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/blas/run_time_dispatching/level3/gemm_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void print_example_banner() {
std::cout << "# Device will be selected during runtime." << std::endl;
std::cout << "# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify"
<< std::endl;
std::cout << "# SYCL device" << std::endl;
std::cout << "# available devices" << std::endl;
std::cout << "# " << std::endl;
std::cout << "########################################################################"
<< std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void print_example_banner() {
"# For Intel CPU with Intel MKLCPU backend.\n"
"#\n"
"# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify\n"
"# SYCL device\n"
"# available devices\n"
"########################################################################\n"
<< std::endl;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void print_example_banner() {
"# For Intel GPU with Intel MKLGPU backend.\n"
"#\n"
"# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify\n"
"# SYCL device\n"
"# available devices\n"
"########################################################################\n"
<< std::endl;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/dft/run_time_dispatching/real_fwd_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void print_example_banner() {
"#\n"
"# Device will be selected during runtime.\n"
"# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify\n"
"# SYCL device\n"
"# available devices\n"
"#\n"
"########################################################################\n"
<< std::endl;
Expand Down
2 changes: 1 addition & 1 deletion examples/lapack/run_time_dispatching/getrs_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void print_example_banner() {
std::cout << "# Device will be selected during runtime." << std::endl;
std::cout << "# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify"
<< std::endl;
std::cout << "# SYCL device" << std::endl;
std::cout << "# available devices" << std::endl;
std::cout << "# " << std::endl;
std::cout << "########################################################################"
<< std::endl;
Expand Down
2 changes: 1 addition & 1 deletion examples/rng/run_time_dispatching/uniform_usm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void print_example_banner() {
std::cout << "# Device will be selected during runtime." << std::endl;
std::cout << "# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify"
<< std::endl;
std::cout << "# SYCL device" << std::endl;
std::cout << "# available devices" << std::endl;
std::cout << "# " << std::endl;
std::cout << "########################################################################"
<< std::endl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void print_example_banner() {
std::cout << "# Device will be selected during runtime." << std::endl;
std::cout << "# The environment variable ONEAPI_DEVICE_SELECTOR can be used to specify"
<< std::endl;
std::cout << "# SYCL device" << std::endl;
std::cout << "# available devices" << std::endl;
std::cout << "# " << std::endl;
std::cout << "########################################################################"
<< std::endl;
Expand Down

0 comments on commit 16668d6

Please sign in to comment.