Skip to content

Support for runtime CPU/CUDA selection #3060

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

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
705bd0c
added runtime cuda toggle
kSkip Feb 25, 2025
4b8feab
only set if built with cuda
kSkip Feb 25, 2025
3ea1be1
fixed missing macro condition
kSkip Feb 25, 2025
9ca4809
Fixed another missing directive
kSkip Feb 26, 2025
49f8b0a
Check image size when reading targa file (#3058)
tabudz Feb 27, 2025
2a82cc3
change the default u32string char type to char32_t (#3059)
wenbingl Feb 27, 2025
8bf1f52
Change version
davisking Mar 3, 2025
1a38b7a
change version back
davisking Mar 3, 2025
4a402ba
`throw()` -> `noexcept`
r-barnes Mar 3, 2025
3b5f484
Fix a bug when getting a gzip header extra field with inflate(). (#3063)
tabudz Mar 4, 2025
3b37d5c
Drop namespace std (#3067)
penguinpee Mar 16, 2025
f14e77b
Add Byte Pair Encoding (BPE) class for subword tokenization (#3056)
Cydral Mar 23, 2025
207c3d7
cleanup serialization code and add missing fields
davisking Mar 24, 2025
9ca200f
Some more cleanup
davisking Mar 24, 2025
44fbbeb
fix SyntaxWarning: invalid escape sequence '\(' (#3069)
Dobatymo Apr 5, 2025
883dd88
Merge branch 'refs/heads/master' into kSkip-cpu-cuda-toggle
davisking Apr 19, 2025
47af03f
Defined macros to wrap use_cuda() branches
kSkip May 6, 2025
dc33fa6
Added docs for new public functions
kSkip May 6, 2025
e3128dc
tagging a new release
davisking May 15, 2025
134475a
put back to .99
davisking May 15, 2025
652af01
Add linear_ layer for neural networks (#3074)
Cydral May 3, 2025
f97db8f
ci: remove unsupported ubuntu 20.04 (#3075)
arrufat May 9, 2025
ec1881b
Add `reshape_to` layer for flexible tensor reshaping/rescaling (#3076)
Cydral May 23, 2025
696586c
tagging a new release
davisking May 15, 2025
b9f5fa1
put back to .99
davisking May 15, 2025
412ef35
Merge branch 'refs/heads/master' into kSkip-cpu-cuda-toggle
davisking May 24, 2025
0a77590
Make use_cuda() only set to true if there is also a GPU available
davisking May 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
Loading
Loading