Browse Source

added optimized saxpy kernel for steamroller

tags/v0.2.15^2
Werner Saar 10 years ago
parent
commit
f615dc7603
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      kernel/x86_64/KERNEL.STEAMROLLER
  2. +1
    -1
      kernel/x86_64/saxpy.c

+ 1
- 0
kernel/x86_64/KERNEL.STEAMROLLER View File

@@ -1,3 +1,4 @@
SAXPYKERNEL = saxpy.c
DAXPYKERNEL = daxpy.c
CAXPYKERNEL = caxpy.c
ZAXPYKERNEL = zaxpy.c


+ 1
- 1
kernel/x86_64/saxpy.c View File

@@ -35,7 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "saxpy_microk_haswell-2.c"
#elif defined(SANDYBRIDGE)
#include "saxpy_microk_sandy-2.c"
#elif defined(PILEDRIVER)
#elif defined(PILEDRIVER) || defined(STEAMROLLER)
#include "saxpy_microk_piledriver-2.c"
#endif



Loading…
Cancel
Save