Skip to content

Commit

Permalink
Fixing typo exsists ==> exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Kondratiev committed Apr 8, 2024
1 parent d8985ef commit eed9963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ macro(override_gpu_arches GPU_ARCHES GPU_LANG GPU_SUPPORTED_ARCHES)
#
# `GPU_ARCHES` controls the `--offload-arch` flags.
#
# If PYTORCH_ROCM_ARCH env variable exsists, then we take it as a list,
# If PYTORCH_ROCM_ARCH env variable exists, then we take it as a list,
# if not, then we use CMAKE_HIP_ARCHITECTURES which was generated by calling
# "rocm_agent_enumerator" in "enable_language(HIP)"
# (in file Modules/CMakeDetermineHIPCompiler.cmake)
Expand Down

0 comments on commit eed9963

Please sign in to comment.