-
Notifications
You must be signed in to change notification settings - Fork 2
robbwu/ft-blas
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This software is a prototype implementation of the on-line fault tolerant
matrix multiplication(FTGEMM) described in the paper
Fault Tolerant Matrix-Matrix Multiplication: Correcting Soft Errors On-Line
(under review)
This project is in its very early stage; it's only for testing ideas now.
Before compiling you should modify CMakeLists.txt properly. See the instructions
in CMakeLists.txt. You should have GNU Scientifc Library, a fast BLAS
implementation and pthread for dgemm_test.
To compile:
cmake .
make
To test ft_dgemm:
./test/dgemm_test matrix_size errors_per_op check_numbers
TODOs:
- implement BLAS compatitble interface
About
online fault tolerant high performance matrix multiplication
Resources
Stars
Watchers
Forks
Packages 0
No packages published