Skip to content
Closed
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c13fffc
NOT FOR MERGE: commit for draft PR to test compiler errors/warnings a…
MKashirnyy Dec 2, 2025
44397cf
turned off MLIR due to dependencies on CI side
MKashirnyy Dec 2, 2025
95153d3
[DO NOT MERGE]: dead code test with compiler errors, gfx1030
MKashirnyy Dec 2, 2025
6858d76
[DO NOT MERGE]: dead code test with compiler errors, gfx1101
MKashirnyy Dec 2, 2025
30caccf
[DO NOT MERGE]: dead code test with compiler errors, gfx1030
MKashirnyy Dec 2, 2025
0fd93a1
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 2, 2025
6c41c3e
[DO NOT MERGE]: dead code test with compiler errors, gfx1030, enable …
MKashirnyy Dec 2, 2025
433a4d1
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 2, 2025
ae97a43
[DO NOT MERGE]: dead code test with compiler errors, gfx1101, enable …
MKashirnyy Dec 2, 2025
ad706fe
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 2, 2025
01e7f5a
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 3, 2025
bd15ea9
[DO NOT MERGE]: dead code test with compiler errors, gfx115x, enable …
MKashirnyy Dec 3, 2025
2ed18b3
Merge branch 'dead_code_ci_runs' of github.com:ROCm/rocm-libraries in…
MKashirnyy Dec 3, 2025
0197407
[DO NOT MERGE]: dead code test with compiler errors, gfx942, enable t…
MKashirnyy Dec 3, 2025
efe6f98
[DO NOT MERGE]: dead code test with compiler errors, gfx908, enable t…
MKashirnyy Dec 3, 2025
cd04319
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 3, 2025
fb0df30
[DO NOT MERGE]: dead code test with compiler errors, gfx90a, enable t…
MKashirnyy Dec 3, 2025
e002818
Merge branch 'dead_code_ci_runs' of github.com:ROCm/rocm-libraries in…
MKashirnyy Dec 3, 2025
d6dfa58
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 3, 2025
ede114e
[DO NOT MERGE]: dead code test with compiler errors, gfx906, enable t…
MKashirnyy Dec 3, 2025
b50c38b
Merge branch 'dead_code_ci_runs' of github.com:ROCm/rocm-libraries in…
MKashirnyy Dec 3, 2025
1066948
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 3, 2025
f0049ec
[DO NOT MERGE]: dead code test with compiler errors, gfx900, enable t…
MKashirnyy Dec 3, 2025
32bb41d
Merge branch 'dead_code_ci_runs' of github.com:ROCm/rocm-libraries in…
MKashirnyy Dec 3, 2025
3f024c0
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 3, 2025
a0ceceb
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 4, 2025
7473ea3
[DO NOT MERGE]: dead code test with linker errors, gfx942, enable tes…
MKashirnyy Dec 4, 2025
0220d3a
Merge branch 'dead_code_ci_runs' of github.com:ROCm/rocm-libraries in…
MKashirnyy Dec 4, 2025
a1dff99
[DO NOT MERGE]: dead code test with compiler errors, gfx1030, enable …
MKashirnyy Dec 4, 2025
efaecba
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 4, 2025
a13ee92
[DO NOT MERGE]: dead code test with compiler errors, gfx1030, enable …
MKashirnyy Dec 4, 2025
944f75e
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 4, 2025
e26252c
[DO NOT MERGE]: dead code test with linker errors, gfx908, enable tes…
MKashirnyy Dec 5, 2025
f27e2c5
[DO NOT MERGE]: dead code test with linker errors, gfx90a, enable tes…
MKashirnyy Dec 5, 2025
fb408ac
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 5, 2025
d7666c7
[DO NOT MERGE]: dead code test with linker errors, gfx950, enable tes…
MKashirnyy Dec 5, 2025
6918686
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 5, 2025
65bf8ae
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 8, 2025
2a94e56
[DO NOT MERGE]: dead code test with linker errors, gfx90a, enable tes…
MKashirnyy Dec 8, 2025
5bf5130
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 8, 2025
73751cd
[DO NOT MERGE]: dead code test with linker errors, gfx1100, enable te…
MKashirnyy Dec 8, 2025
b14d94e
[DO NOT MERGE]: dead code test with compiler errors, gfx950, enable t…
MKashirnyy Dec 9, 2025
03b82cd
Merge branch 'develop' into dead_code_ci_runs
MKashirnyy Dec 9, 2025
e382eaf
[DO NOT MERGE]: dead code test with compiler errors, gfx1100, enable …
MKashirnyy Dec 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion projects/miopen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,37 @@ if(NOT WIN32)
set(CMAKE_INSTALL_PREFIX "/opt/rocm" CACHE PATH "")
endif()

project(MIOpen CXX)
project ( MIOpen C CXX )
# ==============================================================================
# [DCR DEBUG] - COMPILER WARNINGS CONFIG (VERIFIED)
# ==============================================================================

message(STATUS ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
message(STATUS ">>> [DCR DEBUG] INJECTING CUSTOM FLAGS...")

add_compile_options("-Wall" "-Wextra" "-Wunused-function" "-Wunused-variable" "-Wunreachable-code")

set(BUILD_SHARED_LIBS ON CACHE BOOL "Force Shared" FORCE)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "RelWithDebInfo" FORCE)

set(BUILD_TESTING ON CACHE BOOL "Enable Testing" FORCE)
set(MIOPEN_TEST_GTEST ON CACHE BOOL "Enable GTest" FORCE)

set(MIOPEN_USE_MLIR OFF CACHE BOOL "Force MLIR OFF" FORCE)
# Пробуем оба варианта написания, чтобы наверняка (иногда бывает путаница с underscore)
set(MIOPEN_USE_COMPOSABLE_KERNEL OFF CACHE BOOL "Disable CK" FORCE)
set(MIOPEN_USE_COMPOSABLEKERNEL OFF CACHE BOOL "Disable CK Alias" FORCE)

set(AMDGPU_TARGETS "gfx1100" CACHE STRING "Force legacy arch" FORCE)
set(GPU_TARGETS "gfx1100" CACHE STRING "Force new arch" FORCE)

message(STATUS ">>> [DCR DEBUG] MIOPEN_USE_MLIR is set to: ${MIOPEN_USE_MLIR}")
message(STATUS ">>> [DCR DEBUG] CK is set to: ${MIOPEN_USE_COMPOSABLE_KERNEL}")
message(STATUS ">>> [DCR DEBUG] GPU_TARGETS is set to: ${GPU_TARGETS}")
message(STATUS ">>> [DCR DEBUG] BUILD_TESTING is set to: ${BUILD_TESTING}")
message(STATUS ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")

# ==============================================================================

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
Loading