oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
922 stars 681 forks source link

[oneMKL] Fixed namespace for math functions in Student's T-test. USM version #2459

Closed andreyfe1 closed 3 weeks ago

andreyfe1 commented 3 weeks ago

Existing Sample Changes

Description

Replaced sycl:: with std:: for math functions in the Student's T-test sample (USM version)

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

andreyfe1 commented 3 weeks ago

Adding @jimmytwei to merge changes