Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dense_linear_algebra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
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
CodeVault
hpc-kernels
dense_linear_algebra
Graph
a8581ed398774fb24ea6500cc41f95292dc7868b
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
19
Jun
17
Mar
6
Dec
5
17
Oct
14
12
5
28
Sep
26
22
25
Aug
22
16
8
Feb
29
Jan
28
25
18
15
6
29
Dec
11
License and README
master
master
Using directory local cmake
added missing header and fixed misprint in emails
MPI implementation of matrix multiplication - tested with OpenMPI
CUDA only implementation of batch multiplication - with shared memory
Iniitial batch matrix multiplication commit. Contains only cublas implementation for the moment
Merge branch 'gemm_openmp_improve_performance' into 'master'
added mklblas to cmake paren
Update README.md
finished readme, fixed name in cmake
added workarounds for gcc and intel issues
renamed gemm_openmp_mkl to mklblas
refactoring, reformating, added .clang-format
inital commit of gemm benchmark serial openmp and mkl blas
changed iteration order from ijk to ikj for improved performance
pddp2means: README
pddp2means: README
remove Makefile
pddp2means: Readme
pddp2means: Add offload support cmakelists.txt
pddp2means: Added CMakeLists.txt
pddp2means: Enabled GNU compilers
Add Makefile
modified: README.md
pddp2means: README run example
pddp2means: README
pddp2means: copyright notice
pddp2means: Init commit
Merge branch 'master' into 'master'
fix misprint
Added OpenMP + Fortran 90 code sample for LU decomposition (Doolittle algorithm)
Added OpenMP code samples for gemm and LU decomposition(Doolittle algorithm)
Added OpenMP (Fortran 90) and C++ threads code samples for gemm.
LU factorizations code sample with clMAGMA library added.
fixed some paths for the compilation tests to pass. all tests pass now
Âfixed indentation problems
added guards and messages to CMakeLists.txt from dense_linear_algebra,monte_carlo_methods,sparse_linear_algebra,structured_grids dwarfs
chmod a-x for ordinary files
added README files
added install to CMakeLists