File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ IF("${IPEX_DISP_OP}" STREQUAL "1")
39
39
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DIPEX_DISP_OP" )
40
40
ENDIF ()
41
41
42
- IF ("${IPEX_PROFILE_OP} " STREQUAL "1" )
43
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DIPEX_PROFILE_OP" )
44
- ENDIF ()
45
-
46
42
47
43
# ---[ Build flags
48
44
set (CMAKE_C_STANDARD 11 )
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ IF("${IPEX_DISP_OP}" STREQUAL "1")
37
37
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DIPEX_DISP_OP" )
38
38
ENDIF ()
39
39
40
- IF ("${IPEX_PROFILE_OP} " STREQUAL "1" )
41
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DIPEX_PROFILE_OP" )
42
- ENDIF ()
43
-
44
40
45
41
# ---[ Build flags
46
42
set (CMAKE_C_STANDARD 11 )
Original file line number Diff line number Diff line change 33
33
# IPEX_DISP_OP=1
34
34
# output the extension operators name for debug purpose
35
35
#
36
- # IPEX_PROFILE_OP=1
37
- # Record the extension operators for profiling
38
- #
39
36
# Environment variables we respect (these environment variables are
40
37
# conventional and are often understood/set by other software.)
41
38
#
@@ -453,9 +450,6 @@ def run(self):
453
450
if _check_env_flag ("IPEX_DISP_OP" ):
454
451
cmake_args += ['-DIPEX_DISP_OP=1' ]
455
452
456
- if os .getenv ("IPEX_PROFILE_OP" , "" ) != "0" :
457
- cmake_args += ['-DIPEX_PROFILE_OP=1' ]
458
-
459
453
if _check_env_flag ("USE_SYCL" ):
460
454
cmake_args += ['-DUSE_SYCL=1' ]
461
455
You can’t perform that action at this time.
0 commit comments