issues
search
icl-utk-edu
/
blaspp
BLAS++ is a C++ wrapper around CPU and GPU BLAS (basic linear algebra subroutines), developed as part of the SLATE project.
https://icl.utk.edu/slate/
BSD 3-Clause "New" or "Revised" License
66
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Updating github action version
#92
G-Ragghianti
opened
1 week ago
0
Move [cz]symv and [cz]syr from LAPACK++
#91
mgates3
opened
1 week ago
1
Some 32-bit platforms now need to link to libatomic: Undefined symbols: "___atomic_store_8"
#90
barracuda156
opened
1 week ago
4
Version 2024.10.26
#89
mgates3
closed
2 weeks ago
0
use to_blas_int to check overflow and convert int64_t
#88
mgates3
closed
2 weeks ago
0
Do not record the build hostname
#87
bmwiedemann
closed
1 month ago
0
Remove unimplemented symv declarations
#86
eutro
opened
5 months ago
0
Version 2024.05.31
#85
mgates3
closed
5 months ago
0
make: update ${ }
#84
mgates3
closed
5 months ago
0
Add shared library version (cmake)
#83
mgates3
closed
5 months ago
0
change from_string to take pointer, return void
#82
mgates3
closed
5 months ago
0
Add soversion to shared library
#81
mgates3
closed
5 months ago
0
Added an SDE that counts flops to BLAS++.
#80
adanalis
closed
4 months ago
0
Changing CI to use on-demand runner system
#79
G-Ragghianti
closed
1 week ago
1
rocm: support rocBLAS 3.0 trmm with 3 matrices A, B, C
#78
mgates3
closed
8 months ago
1
For enums, use to_string, from_string. [Depends on TS 21.]
#77
mgates3
closed
5 months ago
2
example: fix ldb=k in example_gemm. Resolves #75.
#76
mgates3
closed
10 months ago
0
issue in examples/example_gemm.cc
#75
agamshayit
closed
10 months ago
0
New Apple Accelerate
#74
mgates3
opened
10 months ago
9
using std::foo
#73
mgates3
closed
11 months ago
0
Version 2023.11.05
#72
mgates3
closed
1 year ago
0
first version
#71
cjxtu
closed
1 year ago
1
Fix mistake in Queue workspace allocation
#70
neil-lindquist
closed
1 year ago
0
add BLAS_FORTRAN_STRLEN_END
#69
mgates3
closed
1 year ago
2
add half gemm support
#68
cayrols
opened
1 year ago
0
Remove list( REMOVE_DUPLICATES BLAS_LIBRARIES ); may prevent link errors due to library ordering.
#67
ayarkhan
closed
1 year ago
0
Fix CMAKE_UNITY_BUILD
#66
wavefunction91
closed
1 year ago
0
`CMAKE_UNITY_BUILD` Broken as of 0e1c5df
#65
wavefunction91
closed
1 year ago
3
Link errors due to remove duplicates
#64
mgates3
closed
1 year ago
3
Shared libarary is unversioned
#63
mbanck
closed
5 months ago
6
2023.08.25 Release
#62
mgates3
closed
1 year ago
0
update CI to gcc 11.3 for ROCm 5.5
#61
mgates3
closed
1 year ago
0
Changing gcc version for github CI
#60
G-Ragghianti
closed
1 year ago
0
cmake: add blaspp_ namespace
#59
mgates3
closed
1 year ago
0
ci: sync; rename examples; update `make test`
#58
mgates3
closed
1 year ago
0
PAPI instrumentation
#57
calebyhan
closed
7 months ago
3
Use typedef instead of #define. Use int64_t to be unambiguous.
#56
mgates3
closed
1 year ago
1
To Cmake, added sycl-compiler check before setting up oneMKL-SYCL-device
#55
ayarkhan
closed
1 year ago
0
rename oneMKL => SYCL
#54
mgates3
closed
1 year ago
1
unrecognized command-line option '-fsycl'
#53
mgates3
closed
5 months ago
1
Fix smoke test example and config
#52
mgates3
closed
1 year ago
0
search for ROCm or CUDA
#51
mgates3
closed
1 year ago
0
Version 2023.06.00
#50
mgates3
closed
1 year ago
0
remove unnecessary omp.h. Fixes #47 and #48.
#49
mgates3
closed
1 year ago
0
Compilation failure on macOS: attempt to include OpenMP without finding it
#48
rileyjmurray
closed
1 year ago
1
Add guard around `omp.h`
#47
wavefunction91
closed
1 year ago
2
Change installation directory of CMake config files
#46
topazus
closed
1 year ago
1
`iamax` has no device implementation
#45
PTNobel
opened
1 year ago
2
Update cmake for onemkl
#44
ayarkhan
closed
1 year ago
1
Do not call numeric functions with std:: prefix
#43
aha79
closed
11 months ago
2
Next