mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Revert "Fix the kineto daemon build condition (#89174)"
This reverts commit 9fd00f194a.
Reverted https://github.com/pytorch/pytorch/pull/89174 on behalf of https://github.com/robieta due to For some reason this is interacting badly with NVFuser. I think it is instability in kineto, but until we figure out what's going on reverting is a necessary evil.
This commit is contained in:
parent
049a0f2cd5
commit
902e4e3926
|
|
@ -795,7 +795,7 @@ if(USE_SOURCE_DEBUG_ON_MOBILE)
|
|||
string(APPEND CMAKE_CXX_FLAGS " -DSYMBOLICATE_MOBILE_DEBUG_HANDLE")
|
||||
endif()
|
||||
|
||||
if(BUILD_LITE_INTERPRETER AND USE_LITE_INTERPRETER_PROFILER)
|
||||
if(USE_LITE_INTERPRETER_PROFILER)
|
||||
string(APPEND CMAKE_CXX_FLAGS " -DEDGE_PROFILER_USE_KINETO")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user