cmake: fix typos

This commit is contained in:
co63oc
2025-09-29 09:06:16 +08:00
committed by Dmitry Zarukin
parent 31fb894b2b
commit 4b8b41662f
5 changed files with 6 additions and 6 deletions

View File

@ -435,7 +435,7 @@ if(BLA_VENDOR MATCHES "Intel" OR BLA_VENDOR STREQUAL "All")
"${BLAS_mkl_START_GROUP} mkl_${BLAS_mkl_INTFACE}_${BLAS_mkl_ILP_MODE} mkl_sequential mkl_core ${BLAS_mkl_END_GROUP}")
endif()
#older vesions of intel mkl libs
#older versions of intel mkl libs
if(BLA_VENDOR STREQUAL "Intel" OR BLA_VENDOR STREQUAL "All")
list(APPEND BLAS_SEARCH_LIBS
"mkl")

View File

@ -46,7 +46,7 @@ macro(handle_tbb_target)
get_filename_component(_tbb_lib_dir "${_tbb_lib_path}" PATH)
# XXX: workaround - Intel oneAPI DPC++ Compiler "unbundles" tbb.lib
# and loses its abosulte path
# and loses its absolute path
if(DNNL_WITH_SYCL)
link_directories(${_tbb_lib_dir})
endif()
@ -55,7 +55,7 @@ macro(handle_tbb_target)
string(REPLACE "/lib/" "/redist/" _tbb_redist_dir "${_tbb_lib_dir}")
append_to_windows_path_list(CTESTCONFIG_PATH "${_tbb_redist_dir}")
# Adds definitions for heterogenous ISA testing
# Adds definitions for heterogeneous ISA testing
add_definitions(-DTBB_PREVIEW_TASK_ARENA_CONSTRAINTS_EXTENSION=1)
endmacro()

View File

@ -47,7 +47,7 @@ endif()
# The code in this file does the following:
# - Checks that the provided host compiler exists
# - Identifies the host compiler kind
# - Performs nessasary checks (e.g. check for minimum version)
# - Performs necessary checks (e.g. check for minimum version)
#
# This code also fills out the following variables that can be
# used throughout the build system:

View File

@ -369,7 +369,7 @@ set(DNNL_USE_CLANG_SANITIZER "" CACHE STRING
option(DNNL_ENABLE_MEM_DEBUG "enables memory-related debug functionality,
such as buffer overflow (default) and underflow, using gtests and benchdnn.
Additionaly, this option enables testing of out-of-memory handling by the
Additionally, this option enables testing of out-of-memory handling by the
library, such as failed memory allocations, using primitive-related gtests.
This feature is experimental and is only available on Linux." OFF)

View File

@ -90,7 +90,7 @@ if (WINDOWS_STORE)
set(_tbb_compiler_subdir ${_tbb_compiler_subdir}_ui)
endif()
#set conveniance variable to locate TBB files (these are used for a PSXE install)
#set convenience variable to locate TBB files (these are used for a PSXE install)
get_filename_component(_tbb_lib_path "${_tbb_root}/lib/${_tbb_arch_subdir}/${_tbb_compiler_subdir}" ABSOLUTE)
get_filename_component(_tbb_inc_path "${_tbb_root}/include/" ABSOLUTE)