Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
utils
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
706ae547ab34b23939e96f3920dbe8b05b52c2b6
Select Git revision
Selected
706ae547ab34b23939e96f3920dbe8b05b52c2b6
Branches
15
master
default
protected
MJlrfix_branch
cvsHEAD
protected
enh/mkl
fix-boolean-options
fsl-3_2
fsl-3_3-branch
fslview-2_5-branch
fslview-3_0-branch
fslview-3_1-branch
fslview-qt4
osx-109-branch
qt4-port-branch
release-branch
universal_branch
Tags
20
2412.5
2412.4
2412.3
2412.2
2412.1
2412.0
2203.5
2203.4
2203.3
2203.2
2203.1
2203.0
2111.1
2111.0
2007.0
1908.0
cvsFINAL
protected
FSL6-0-1
FinalFive
FSL6-0-0
36 results
Begin with the selected commit
Created with Raphaël 2.2.0
19
Aug
30
Jul
14
16
Jun
30
Apr
17
16
15
6
Mar
19
Nov
18
28
Jul
20
Jun
19
12
3
Mar
2
25
Feb
17
15
29
Nov
23
Sep
22
16
Dec
6
Aug
23
Jul
21
27
May
6
Feb
19
Aug
16
15
Apr
28
Jan
11
Jan
23
May
20
Oct
6
2
6
Nov
11
Jul
31
Jan
9
Dec
21
Nov
15
May
8
14
Feb
2
Jan
7
Dec
5
25
Sep
30
Aug
8
6
Apr
26
Oct
29
Jul
10
May
4
Aug
1
Jul
22
Jun
26
Jan
22
14
5
Nov
18
May
24
Apr
23
17
24
Oct
22
25
Sep
12
Mar
8
Feb
18
Jan
11
19
Dec
18
29
Nov
16
15
7
5
1
7
Aug
3
2
1
31
Jul
10
11
Jun
11
May
21
Nov
23
Oct
27
Mar
17
8
3
Sep
2
29
Jul
28
Jun
31
May
17
Sep
27
Aug
20
Apr
17
Sep
16
9
3
Jun
21
May
9
2
Mar
25
Feb
23
22
21
1
Nov
13
Sep
16
Aug
9
29
Apr
12
10
Sep
13
Jun
16
May
11
26
Feb
8
1
26
Jan
24
Nov
23
22
20
17
16
15
14
ENH: Use C function not FORTRAN
enh/mkl
enh/mkl
ENH: Also set threads for MKL
ENH: Allow number of threads to be set
2412.5 master
2412.5 master
MNT: Fix build string - use git describe to get fsl-utils version
BF: Need to include <mutex.h> on linux. Tighten mutex scope - only need to
2412.4
2412.4
BF: Protect concurrent access to _active_scopes. I'm sure I read somewhere
2412.3
2412.3
RF: Make naming less confusing - fsl_num_threads maps to FSL_NUM_THREADS env
2412.2
2412.2
TEST: Test nested ThreadScope
RF: Store stack of nthreads values for each thread instead of a single value
TEST: Regression test for parfor/apply type bug
BF: Missing template type in call to _call, resulting in compilation failure
TEST: Tests for NoOfThreads, ThreadScope, and parfor/apply functions
ENH: New ThreadScope class, which allows the number of threads encoded by
ENH: New fsl_set_num_threads function which can be used to programmatically
ENH: New Utilities::ScopedTimer class, for lightweight profiling
2412.1
2412.1
ENH: Variants for parfor/apply - they can now be called:
2412.0
2412.0
ENH: parfor/apply overloads which can be called without a NoOfThreads
ENH: Adjust NoOfThreads so that it defaults to FSL_NUM_THREADS, which is read
MNT: Call omp_set_num_threads in addition to openblas_set_num_threads, as the
2203.5
2203.5
BF: Clean up includes in threading.h, ensure that cstdint is inclued
2203.4
2203.4
MNT: Ignore messages from dlerror, as it can return a message even when dlopen
2203.3
2203.3
MNT: use local threading.h
2203.2
2203.2
RF: superfluous __attribute__
2203.1
2203.1
DOC: Spelling mistake
RF: Removed debug text
RF: Rename to indicate general scope
RF: Global object for setting threading parameters
ENH: Prototype global options code
RF: Need to load libblas.dylib on macOS
2203.0
2203.0
MNT: Check for invalid key in EndAccumulate, small tweaks to threading_init
ENH,BF: Remove call to no-longer-existing CreateAccumulate function. New
STY: use of reference operator
STY: whitespace
ENH: Accumulate methods, for timimg repeat execution of code blocks
ENH: Singleton/default FSLProfiler, handy if you want to direct all profiling
Minor formatting
Fixed X_OptionError to avoid compiler warning
First commit of a file where we can collect utilities related to threading
Fixed FSLProfilerException so it doesn't cause compiler warning
MNT: Update stack_dump.h to work on apple M1
2111.1
2111.1
Loading