-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add memcpy for pointers and floats #11
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wsmoses
force-pushed
the
memset
branch
2 times, most recently
from
September 15, 2019 00:25
a37a72e
to
b7377a2
Compare
timkaler
previously approved these changes
Sep 15, 2019
Merged
tgymnich
pushed a commit
that referenced
this pull request
Mar 23, 2023
added RemoveUnusedEnzymeOpsPass
wsmoses
pushed a commit
that referenced
this pull request
May 16, 2023
* enable build with llvm 16 * enable llvm-16 once this gets to main (on both linux and mac os) * docker run -it --rm --workdir /Enzyme -v /home/stp/go/src/github.com/stepasite/Enzyme/enzyme/Enzyme:/Enzyme clang-format-lint --clang-format-executable /clang-format/clang-format11 -r --exclude ./Enzyme/SCEV --style llvm --inplace true ./Enzyme * forward mode vector: new pm tests, wip
wsmoses
pushed a commit
that referenced
this pull request
May 18, 2023
* enable build with llvm 16 * enable llvm-16 once this gets to main (on both linux and mac os) * docker run -it --rm --workdir /Enzyme -v /home/stp/go/src/github.com/stepasite/Enzyme/enzyme/Enzyme:/Enzyme clang-format-lint --clang-format-executable /clang-format/clang-format11 -r --exclude ./Enzyme/SCEV --style llvm --inplace true ./Enzyme * forward mode vector: new pm tests, wip
wsmoses
pushed a commit
that referenced
this pull request
May 21, 2023
* enable build with llvm 16 * enable llvm-16 once this gets to main (on both linux and mac os) * docker run -it --rm --workdir /Enzyme -v /home/stp/go/src/github.com/stepasite/Enzyme/enzyme/Enzyme:/Enzyme clang-format-lint --clang-format-executable /clang-format/clang-format11 -r --exclude ./Enzyme/SCEV --style llvm --inplace true ./Enzyme * forward mode vector: new pm tests, wip
wsmoses
added a commit
that referenced
this pull request
May 21, 2023
* compiles with llvm-16 (old PM is gone so I could not run opt) (#1) * port to llvm-16 (not backward-compatible with older llvms), WIP * wip, but probably not correct on may places * rule out old PM on llvm 16 and above * #if LLVM_VERSION_MAJOR >= 16, WIP * #if LLVM_VERSION_MAJOR >= 16, WIP * #if LLVM_VERSION_MAJOR >= 16, WIP * #if LLVM_VERSION_MAJOR >= 16, WIP * #if LLVM_VERSION_MAJOR >= 16, WIP * #if LLVM_VERSION_MAJOR >= 16 * Llvm 16 (#2) * fix for argmemonly * disabling old pm tests where new pm tests exist (#3) * Disable old pm tests fix (#4) * disabling old pm tests where new pm tests exist: fix typo * fix build with llvm-16 (#5) * fix build with llvm < 16 (#6) * Attribute::Memory fixes (#7) but still getting zeros instead of derivatives * curly brace out of macro (#8) * fix typo (#9) * fix for llvm-16 (#10) * fix typo * fix * Llvm 16 gha (#11) * enable build with llvm 16 * enable llvm-16 once this gets to main (on both linux and mac os) * docker run -it --rm --workdir /Enzyme -v /home/stp/go/src/github.com/stepasite/Enzyme/enzyme/Enzyme:/Enzyme clang-format-lint --clang-format-executable /clang-format/clang-format11 -r --exclude ./Enzyme/SCEV --style llvm --inplace true ./Enzyme * forward mode vector: new pm tests, wip * llvm-16: fixing tests, wip (#12) * llvm-16 tests, WIP * resolving latest test/ll commits (#13) * Llvm 16 tests (#14) * llvm-16 tests, WIP * fix bug introduced in (FunctionUtils.cpp) * llvm 16 tests, wip * llvm tests, WIP (#15) * continued test fixes * fixup * fix build * fix * cleanup * fixes * fix * fix attr * fix format * fixup * fix attrs * fix * fix * fix * fix sret * fix * add type analysis * activity analysis * fix ta * fix * fix * fixes * more tests * more fixes * 297 * more tests * fix * fix * fix * fix * fix --------- Co-authored-by: Pavel Stepanek <[email protected]>
This was referenced Oct 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.