AOCL (not MKL) acceleration on AMD Ryzen CPU's
|
|
22
|
2061
|
May 21, 2025
|
How to call blas getrf, getri properly ? i want to create a benchmark inverse matrix using gauss, crout, native julia inv(A) and BLAS direct
|
|
5
|
104
|
May 7, 2025
|
Batched Matrix Multiply
|
|
11
|
3636
|
January 31, 2025
|
Bitten by BLAS threading. Again. (Interaction w/ MPI.)
|
|
2
|
237
|
August 24, 2024
|
Fastest way to perform A * B * A’
|
|
9
|
567
|
August 13, 2024
|
Fastest way to perform A[a,:] * B * A’[:,b] where a and b are vectors of indices
|
|
5
|
89
|
August 8, 2024
|
Memory Allocation when using mul! with sparse arrays and views
|
|
4
|
418
|
July 8, 2024
|
What is the current state of multi-threaded BLAS in Julia?
|
|
8
|
1288
|
March 23, 2024
|
Question about Setting BLAS Threads on Cluster
|
|
0
|
203
|
January 16, 2024
|
Inplace axpy! but storing to a third arguement rather than y
|
|
4
|
233
|
December 6, 2023
|
Performance issue with multithreaded computation with matrix operations at its heart (Threads.@threads vs. BLAS threads)
|
|
7
|
391
|
November 13, 2023
|
Multiple BLISBLAS Threads on Workers
|
|
3
|
420
|
April 10, 2023
|
Batched Matrix solve in CUDA.jl
|
|
3
|
1612
|
February 1, 2023
|
What's the difference between LinearAlgebra.axpy! and BLAS.axpy!, and which one should packages extend?
|
|
0
|
424
|
December 13, 2022
|
Multithreaded LAPACK function in a Threads.@threads loop
|
|
2
|
1605
|
September 24, 2022
|
Sparse syrk() routine using Transducers.jl
|
|
0
|
284
|
August 23, 2022
|
OpenBLAS much slower on Windows than Linux
|
|
4
|
1405
|
July 23, 2022
|
BLAS performance testing for Julia 1.8
|
|
30
|
8011
|
July 19, 2022
|
Ideal number of BLAS threads
|
|
10
|
4255
|
April 27, 2022
|
Multi-threaded inverse of a matrix
|
|
6
|
1035
|
April 16, 2022
|
Regarding the multithreaded performance of OpenBLAS
|
|
7
|
5262
|
January 31, 2022
|
Ccall Fortran OpenBLAS multithreading issues with Julia 1.7
|
|
7
|
1082
|
December 14, 2021
|
Convert a Current Installation of Julia to Use `BlasInt = `Int32`
|
|
0
|
668
|
September 9, 2021
|
Environment variable for BLAS.set_num_threads default?
|
|
1
|
1512
|
September 2, 2021
|
Product of two symmetric matrices: LoopVectorization.jl vs LinearAlgebra
|
|
9
|
973
|
August 31, 2021
|
Uniform scaling inplace addition with matrix
|
|
13
|
1496
|
May 7, 2021
|
LinearAlgebra.BLAS does not accept non-dense Julia Matrix type?
|
|
3
|
528
|
April 24, 2021
|
Performance of computing the diagonal of V' * A *V
|
|
10
|
746
|
March 31, 2021
|
Is there documentation on how to use MKL with libblastrampoline
|
|
2
|
830
|
February 28, 2021
|
OpenBLAS + Flux bottleknecks?
|
|
4
|
792
|
October 8, 2020
|