Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPP - 1.4 #238

Merged
merged 3 commits into from
Oct 23, 2023
Merged

RPP - 1.4 #238

merged 3 commits into from
Oct 23, 2023

Conversation

kiritigowda
Copy link
Collaborator

RPP 1.4.0 Release

@kiritigowda kiritigowda added the enhancement New feature or request label Oct 23, 2023
@kiritigowda kiritigowda self-assigned this Oct 23, 2023
@@ -163,8 +162,8 @@ set(LINK_LIBRARY_LIST ${LINK_LIBRARY_LIST} Threads::Threads)
# -fPIC -- Generate position-independent code if possible.
# -mavx2 -- Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation.
# -mfma -- Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation.
# -std=gnu++14 -- Conform to the ISO 2014 C++ standard with GNU extensions.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hansely - Added this for C17

@@ -126,9 +126,6 @@ if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
endif()
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

# Filesystem support
set(LINK_LIBRARY_LIST ${LINK_LIBRARY_LIST} stdc++fs)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hansely - removed this as not required with c17 - verify

@@ -263,8 +262,6 @@ else()
message("-- ${Red}${PROJECT_NAME} set to build without ENABLE_SIMD_INTRINSICS${ColourReset}")
endif()


set(LINK_LIBRARY_LIST ${LINK_LIBRARY_LIST} stdc++)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hansely - not required with C17 - verify

@kiritigowda kiritigowda merged commit c28b634 into ROCm:develop Oct 23, 2023
2 of 3 checks passed
kiritigowda added a commit that referenced this pull request Oct 23, 2023
* RPP - 1.4

* macOS - Build Fix

* Cleanup
@kiritigowda kiritigowda deleted the kg/rpp-1.4 branch June 5, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant