FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · taskflow/taskflow · GitHub
taskflow
/
taskflow
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
12.2k
Code
Issues
20
Pull requests
16
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 14, 2026
added StringLike to Task::name
Tsung-Wei Huang
committed
7cf5ddb
View commit details
Copy full SHA for 7cf5ddb
Browse repository at this point
Commits on Aug 6, 2026
fixed reduce_by_index's bug on fast path that skip gop
Tsung-Wei Huang
committed
83f90a2
View commit details
Copy full SHA for 83f90a2
Browse repository at this point
updated tfprof
Tsung-Wei Huang
committed
02f3dba
View commit details
Copy full SHA for 02f3dba
Browse repository at this point
Merge branch 'dev'
Tsung-Wei Huang
committed
7b5d702
View commit details
Copy full SHA for 7b5d702
Browse repository at this point
added bigobj compile option to test_reduce.cpp to fix MSVC compile error
Tsung-Wei Huang
committed
7588e7a
View commit details
Copy full SHA for 7588e7a
Browse repository at this point
added reduce_by_index support and improved ND index range scheduling algorithm
Tsung-Wei Huang
committed
599613a
View commit details
Copy full SHA for 599613a
Browse repository at this point
Commits on Jul 28, 2026
Merge pull request #803 from fior512/cudaGraph_constructor_SFINAE
Show description for c4da2a4
tsung-wei-huang
authored
c4da2a4
View commit details
Copy full SHA for c4da2a4
Browse repository at this point
Commits on Jul 27, 2026
Merge pull request #805 from adavidzh/patch-1
Show description for e7c2d86
tsung-wei-huang
authored
e7c2d86
View commit details
Copy full SHA for e7c2d86
Browse repository at this point
Fix typo in Speculative Execution example description
adavidzh
authored
1e39a84
View commit details
Copy full SHA for 1e39a84
Browse repository at this point
Commits on Jul 20, 2026
SFINAE issue753 cudagraph_t
fior512
committed
6e32352
View commit details
Copy full SHA for 6e32352
Browse repository at this point
Commits on Jul 15, 2026
updated doc to include task priority
Tsung-Wei Huang
committed
ec97c00
View commit details
Copy full SHA for ec97c00
Browse repository at this point
Commits on Jul 13, 2026
Merge pull request #784 from pengyk/priorities
Show description for 1144546
tsung-wei-huang
authored
1144546
View commit details
Copy full SHA for 1144546
Browse repository at this point
Merge branch 'master' into priorities
pengyk
authored
ace2f06
View commit details
Copy full SHA for ace2f06
Browse repository at this point
gate with macro
pengyk
committed
fc18d55
View commit details
Copy full SHA for fc18d55
Browse repository at this point
add unit tests for BoundedPriorityWSQ
pengyk
committed
29df124
View commit details
Copy full SHA for 29df124
Browse repository at this point
second refactor of pr-784 with all tests passed
Tsung-Wei Huang
authored and
pengyk
committed
698b901
View commit details
Copy full SHA for 698b901
Browse repository at this point
first refactor of pr-784
Tsung-Wei Huang
authored and
pengyk
committed
a620276
View commit details
Copy full SHA for a620276
Browse repository at this point
add priorities
pengyk
committed
09cfc37
View commit details
Copy full SHA for 09cfc37
Browse repository at this point
Commits on Jul 6, 2026
fixed compile error of missing < in graph.hpp
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
46a9c1a
View commit details
Copy full SHA for 46a9c1a
Browse repository at this point
Commits on Jul 5, 2026
added operation concepts to refactor algorithms
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
9ef2849
View commit details
Copy full SHA for 9ef2849
Browse repository at this point
added AsyncTaskLike concept and InputIteratorLike concept
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
20dd1c5
View commit details
Copy full SHA for 20dd1c5
Browse repository at this point
Commits on Jul 4, 2026
fixed missing concept in async task
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
24436bd
View commit details
Copy full SHA for 24436bd
Browse repository at this point
Commits on Jul 2, 2026
replaced generic template type with std::input_iterator in async task
Tsung-Wei Huang
committed
6086074
View commit details
Copy full SHA for 6086074
Browse repository at this point
Commits on Jun 28, 2026
added emplace overloads for module tasking
Tsung-Wei Huang
committed
c58a252
View commit details
Copy full SHA for c58a252
Browse repository at this point
Commits on Jun 20, 2026
v4.1 release update
Tsung-Wei Huang
committed
45366fe
View commit details
Copy full SHA for 45366fe
Browse repository at this point
Commits on Jun 17, 2026
Merge branch 'dev'
Tsung-Wei Huang
committed
ee3f820
View commit details
Copy full SHA for ee3f820
Browse repository at this point
fixed windows std::tuple build clash error with doctest
Tsung-Wei Huang
committed
5bdd89a
View commit details
Copy full SHA for 5bdd89a
Browse repository at this point
optimized IndexRanges for parallel-iteration scheduling
Tsung-Wei Huang
committed
4e6c342
View commit details
Copy full SHA for 4e6c342
Browse repository at this point
Commits on Jun 7, 2026
updated iterator distance to return 0 on invalid size
Tsung-Wei Huang
committed
cc65b2d
View commit details
Copy full SHA for cc65b2d
Browse repository at this point
Commits on Jun 3, 2026
Merge pull request #788 from snikithasiddavatam/master
Show description for d0ba007
tsung-wei-huang
authored
d0ba007
View commit details
Copy full SHA for d0ba007
Browse repository at this point
Commits on May 28, 2026
Merge branch 'taskflow:master' into master
snikithasiddavatam
authored
a2c3859
View commit details
Copy full SHA for a2c3859
Browse repository at this point
Commits on May 27, 2026
replace freelist with object pool
Tsung-Wei Huang
committed
fe29a53
View commit details
Copy full SHA for fe29a53
Browse repository at this point
Commits on May 25, 2026
updated notifier tests
snikithasiddavatam
committed
47746e5
View commit details
Copy full SHA for 47746e5
Browse repository at this point
Merge branch 'taskflow:master' into master
snikithasiddavatam
authored
4778927
View commit details
Copy full SHA for 4778927
Browse repository at this point
Merge branch 'dev'
Tsung-Wei Huang
committed
d3336bf
View commit details
Copy full SHA for d3336bf
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL