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

LLVM 17 #840

Merged
merged 57 commits into from
Mar 12, 2024
Merged

LLVM 17 #840

merged 57 commits into from
Mar 12, 2024

Conversation

csegarragonz
Copy link
Collaborator

@csegarragonz csegarragonz commented Feb 15, 2024

Here we go again.

Dependent PRs:

To-Dos:

  • python funcs working
  • openmp funcs working
  • tests working
  • dist tests working
  • e2e tests working
  • dist test w/ openmp + mpi

Closes #847
Closes #812
Closes #841

@csegarragonz csegarragonz force-pushed the llvm-17 branch 2 times, most recently from 00c71ad to da2ea93 Compare February 28, 2024 12:05
@csegarragonz csegarragonz marked this pull request as ready for review February 28, 2024 13:06
@@ -57,6 +61,8 @@ conan_cmake_install(PATH_OR_REFERENCE .
include(${CMAKE_CURRENT_BINARY_DIR}/conan_paths.cmake)

find_package(Catch2 REQUIRED)
find_package(cppcodec REQUIRED)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Moved these two deps from faabric's CMake external projects, where they were not needed.

@csegarragonz csegarragonz force-pushed the llvm-17 branch 2 times, most recently from bf1cbf2 to 543844e Compare March 12, 2024 13:11
@csegarragonz csegarragonz merged commit f53fe59 into main Mar 12, 2024
18 checks passed
@csegarragonz csegarragonz deleted the llvm-17 branch March 12, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenMP: Execution Integrity Issues
1 participant