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 #2452

Closed andreyfe1 closed 3 weeks ago

andreyfe1 commented 4 weeks ago

Existing Sample Changes

Description

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

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

@jimmytwei , could you please merge the changes?