OpenMathLib / OpenMathLib/OpenBLAS
SGEMM performance opportunity on POWER8 VSX
Aperta
@xianyi ci sta già lavorando.
Dal 15/9/2016.
- Lingua principale
- C
- Stelle
- 7.6k
- Fork
- 1.7k
- Merge medio
- 1g 3h
- PR unite (30g)
- 42
Descrizione
SGEMM performance on POWER8 VSX has some opportunities for improvement.
For cblas_sgemm_googlenet,
M = 192, N = 3136, K = 576 shows the slowest performance
and
M = 320, N = 196, K = 1440 seems to have the greatest opportunity for improvement
For cblas_sgemm_vggnet,
M = 256, N = 3136, K = 2304 shows the slowest performance
and
M = 512, N = 196, K = 4680 seems to have the greatest opportunity for improvement
relative to alternate optimized BLAS implementations.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.