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

Add graph support #311

Closed
wants to merge 76 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
f44c758
Patch target_embed_source for multiarch (#234)
csbnw Oct 4, 2023
c49c654
Release 0.6.0 (#235)
csbnw Oct 6, 2023
acb1b94
Added Context::getDevice()
john-romein Oct 6, 2023
df6ba4a
Fixed Module constructor argument type
john-romein Oct 6, 2023
e172b48
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 9, 2023
b53cdc9
Update CHANGELOG.md
csbnw Oct 9, 2023
7df6985
Add test for context::getDevice
csbnw Oct 10, 2023
357a8c1
Update test
csbnw Oct 10, 2023
361c4c0
Added new functions needed by the DPDK correlator.
john-romein Oct 14, 2023
262b50f
Update CHANGELOG.md
john-romein Dec 13, 2023
6e79672
Update cudawrappers to support COBALT (#240)
csbnw Nov 7, 2023
fb39b92
Remove <T> for Wrapper constructors (#241)
csbnw Nov 15, 2023
b7116f0
[pre-commit.ci] pre-commit autoupdate (#238)
pre-commit-ci[bot] Jan 4, 2024
7ee1945
update links
laurasootes Dec 15, 2023
ece9d59
Support size = 0 for DeviceMemory constructor (#246)
csbnw Jan 22, 2024
dbc8b9e
Fix host memory (#247)
csbnw Jan 23, 2024
26c4be8
Use int for return type of CU_POINTER_ATTRIBUTE_IS_MANAGED query (#250)
csbnw Jan 31, 2024
8f84e04
Initialize size in Stream::memAllocAsync (#251)
csbnw Feb 9, 2024
16d90b9
Added Function::setAttribute()
john-romein Feb 12, 2024
b50e144
add markdown link checker action
laurasootes Jan 25, 2024
2494f83
remove config file reference
laurasootes Jan 25, 2024
6d3417d
update check conditions
laurasootes Jan 25, 2024
8e7e509
Update codacy URLs
loostrum Feb 14, 2024
aedae7b
Update vscode extension URLs, clang-tidy url was broken
loostrum Feb 14, 2024
623c941
apply check on main
laurasootes Feb 29, 2024
779dcaf
The users should know that no libraries will be built, only headers w…
HannoSpreeuw Mar 4, 2024
2af2ea1
Update README.md
HannoSpreeuw Mar 6, 2024
5a584fd
Cosmetic cleanup of CHANGELOG.md (#256)
csbnw Mar 8, 2024
8afd93a
Release 0.7.0 (#257)
csbnw Mar 8, 2024
63e0995
Added cu::Function::occupancyMaxActiveBlocksPerMultiprocessor()
john-romein Apr 10, 2024
cc357e5
Let target_embed_source inline local header files (#263)
csbnw Apr 16, 2024
3932278
Fix working directory for linking source into object file (#264)
csbnw Apr 17, 2024
c89dfc0
Update readthedocs configuration (#265)
csbnw Apr 17, 2024
9d28a9d
Fix target_embed_source when input file is a relative path (#266)
csbnw Apr 26, 2024
0346135
Removed deprecated cu::Context::setSharedMemConfig (#267)
csbnw May 1, 2024
4d4de57
Extend api (#268)
csbnw May 2, 2024
c77d0af
Fix target_embed_source (#269)
csbnw May 2, 2024
f2a4ef0
Fix target embed source paths (#270)
loostrum May 3, 2024
b587db0
Fix CI (#271)
csbnw May 3, 2024
148183a
[pre-commit.ci] pre-commit autoupdate (#259)
pre-commit-ci[bot] May 3, 2024
77de052
Add nvrtc::findIncludePath (#272)
csbnw May 8, 2024
a09353e
Make nvrtc::findIncludePath inline (#273)
csbnw May 10, 2024
8f0f95b
Fix string replacements (#275)
csbnw May 21, 2024
cd8894d
Fix inline_local_includes (#276)
csbnw May 21, 2024
7c55c41
Make sure to select the correct INCLUDE_PATH (#277)
csbnw May 21, 2024
e2db093
Fix typo (#278)
csbnw May 21, 2024
3910404
[pre-commit.ci] pre-commit autoupdate (#274)
pre-commit-ci[bot] May 23, 2024
2158ecd
Add inlined headers as dependencies in target_embed_source (#279)
loostrum Jun 7, 2024
5a2cf78
Remove the appendix part of the LICENSE (#284)
csbnw Jul 2, 2024
159fffd
Add nvml::Device::getClock (#285)
csbnw Jul 2, 2024
974aec3
Fix inline_local_includes
csbnw Jul 4, 2024
a07f84f
Fix inline_local_includes (#287)
csbnw Jul 4, 2024
e7781ff
[pre-commit.ci] pre-commit autoupdate (#280)
pre-commit-ci[bot] Jul 5, 2024
56ceb55
Prepare release 0.8.0 (#288)
csbnw Jul 5, 2024
f2b0d81
Fix inline local includes edge cases (#290)
loostrum Jul 18, 2024
d5e3f51
Add compatibility with HIP (#289)
csbnw Jul 19, 2024
676e2f5
Add option to create slice of device memory (#293)
loostrum Jul 22, 2024
826ff46
Update C++ to C++14 and Catch2 to 3.6.0 (#294)
csbnw Jul 22, 2024
95e1e0f
include cuda_runtime in cu.hpp (#297)
loostrum Jul 23, 2024
e65a779
Add memset (#300)
csbnw Aug 14, 2024
a56835f
Update target_embed_source to re-run when the sources change (#301)
csbnw Aug 20, 2024
a6c6268
Add nvml::Device::getPower (#302)
csbnw Sep 24, 2024
8d3b057
[pre-commit.ci] pre-commit autoupdate (#303)
pre-commit-ci[bot] Oct 17, 2024
97b58aa
[pre-commit.ci] pre-commit autoupdate (#304)
pre-commit-ci[bot] Nov 5, 2024
720d98a
Added support for 2D operations and C2R/R2C FFT (#305)
wvbbreu Nov 7, 2024
492f3cf
Update cuda-Jimver/toolkit to v0.2.19 (#309)
csbnw Jan 6, 2025
d96c7ba
Update nvml interface (#308)
csbnw Jan 6, 2025
d8171e2
Initial commit
matmanc Jan 9, 2025
e0cf3c5
Update code
matmanc Jan 10, 2025
2a9ffd3
Fix hip usage
matmanc Jan 14, 2025
5a218c2
Fix format
matmanc Jan 17, 2025
032ed43
Adapt to graph to support hip
matmanc Jan 21, 2025
bfc884a
Fix tests
matmanc Jan 24, 2025
37e7c4c
Remove whileNode support
matmanc Jan 24, 2025
8173efb
Fix missing parenthesis
matmanc Jan 24, 2025
73db830
Replace missing function on older versions of hip
matmanc Jan 24, 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
Prev Previous commit
Next Next commit
[pre-commit.ci] pre-commit autoupdate (#280)
updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.5 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.5...v18.1.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] authored and matmanc committed Jan 20, 2025
commit e7781ff6f4c1d4cf616232c66d8bfcb64707c4b1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.5
rev: v18.1.8
hooks:
- id: clang-format
- repo: https://github.com/pocc/pre-commit-hooks