Skip to content

Commit 5b8f932

Browse files
committed
armpl blas - fix english in doc and remove spurious comment
1 parent fb44dd7 commit 5b8f932

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/building_the_project_with_dpcpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ backend is enabled on aarch64 platform by setting ``-DENABLE_ARMPL_BACKEND=True`
331331
By default, it will look for the ``ARMPLROOT`` environment variable. If another
332332
ArmPL is to be used, ``-DARMPL_ROOT=<armpl_install_prefix>`` can be used.
333333

334-
Default behaviour is to used the OpenMP flavour of ArmPL libraries, this can be
334+
Default behavior is to used the OpenMP flavor of ArmPL libraries, this can be
335335
changed using the ``-DENABLE_ARMPL_OMP=True/False`` flag.
336336

337337
.. _build_additional_options_dpcpp:

src/blas/backends/armpl/armpl_common.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ inline int check_armpl_version(armpl_int_t major_req, armpl_int_t minor_req, arm
6161
throw oneapi::math::unimplemented("blas", "version support", message);
6262
}
6363

64-
// host_task automatically uses run_on_host_intel if it is supported by the
65-
// compiler. Otherwise, it falls back to single_task.
6664
template <typename K, typename H, typename F>
6765
static inline auto host_task_internal(H& cgh, F f, int) -> decltype(cgh.host_task(f)) {
6866
return cgh.host_task(f);

0 commit comments

Comments
 (0)