Skip to content

Commit 3a1efbc

Browse files
committed
Update on "[ao] fuser_method_mappings.py fixing public v private"
Summary: made _get_valid_patterns, DEFAULT_PATTERN_TO_FUSER_METHOD, _reverse3, _reverse2, _reverse_sequential_wrapper2, DEFAULT_OP_LIST_TO_FUSER_METHOD, _sequential_wrapper2 private Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D40709281](https://our.internmc.facebook.com/intern/diff/D40709281) cc jerryzh168 jianyuh raghuramank100 jamesr66a vkuzo jgong5 Xia-Weiwen [ghstack-poisoned]
2 parents 136575c + da59b30 commit 3a1efbc

File tree

12 files changed

+403
-98
lines changed

12 files changed

+403
-98
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ if(NOT USE_XNNPACK AND CMAKE_VERSION VERSION_LESS ${XNNPACK_MIN_CMAKE_VER})
285285
endif()
286286
option(USE_ZMQ "Use ZMQ" OFF)
287287
option(USE_ZSTD "Use ZSTD" OFF)
288+
option(TORCH_DISABLE_GPU_ASSERTS "Disable GPU asserts by default" OFF)
288289
# Ensure that an ITT build is the default for x86 CPUs
289290
cmake_dependent_option(
290291
USE_ITT "Use Intel(R) VTune Profiler ITT functionality" ON

0 commit comments

Comments
 (0)