Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS3214 Project 2 - A Fork-Join Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maxb24
CS3214 Project 2 - A Fork-Join Framework
Graph
master
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Mar
23
22
21
20
6
Oct
18
Mar
23
Oct
23
Mar
7
29
Aug
16
Jul
14
13
11
8
5
14
Mar
24
Oct
22
Mar
2
20
Oct
31
Jan
work stealing done with cpu pinning
master
master
one global lock and queue working. Works for all test but it sucks and its slow
changes to threadpool submit and work sharing forstart routine
Check discord
Only making one thread and getting stuck on a cond wait
Working on implementing one global queue and one global lock
Setting stuff up
include fib41 in benchmarks
added additional dllookup suppressions for test6
completed bug fix for unsigned long bitshift
fixed UBSAN with signed long bitshift
added UBSAN to LDFLAGS
add UBSAN for debugging and fair-sched for test6
add -j 20 to make
various fixes to leak test and added NDEBUG
fixed bug when running single tests with -t
added suppression for mysterious DL linker issues
corrected nqueens 13 -> 14
added #include <stdio.h> for FILE *
accept test6 if no leaks without suppression
threadpool6 tests
update Summer 2020
Merge branch 'fix-unchecked-return' into 'master'
Fix unchecked return value to prevent VSCode compiler errors
add in the code to test threadpool test 5 in fjdriver
Update FILELIST to include threadpool_test5.c
added threadpool_test5
bug fix for directory path in fjdriver.py
Checked in test driver and moved files into tests/ dir
Fixed memory leak in psum_test
remove object file from import
base files for spring 2015
Loading