mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
test folder files reverted to previous commit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# libraries.
|
||||
#
|
||||
# Copyright (C) 2014, The University of Texas at Austin
|
||||
# Copyright (C) 2017 - 2019, Advanced Micro Devices, Inc.
|
||||
# Copyright (C) 2017 - 2018, Advanced Micro Devices, Inc.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
@@ -180,7 +180,7 @@ blis: test_dotv_blis.x \
|
||||
test_herk_blis.x \
|
||||
test_her2k_blis.x \
|
||||
test_trmm_blis.x \
|
||||
test_trsm_blis.x
|
||||
test_trsm_blis.x
|
||||
|
||||
openblas: \
|
||||
test_dotv_openblas.x \
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
//#define FILE_IN_OUT // File based input matrix dimensions
|
||||
|
||||
|
||||
#define PRINT
|
||||
//#define PRINT
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
@@ -94,14 +94,13 @@ int main( int argc, char** argv )
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
// dt = BLIS_FLOAT;
|
||||
//dt = BLIS_FLOAT;
|
||||
dt = BLIS_DOUBLE;
|
||||
#else
|
||||
// dt = BLIS_SCOMPLEX;
|
||||
// dt = BLIS_DCOMPLEX;
|
||||
//dt = BLIS_SCOMPLEX;
|
||||
dt = BLIS_DCOMPLEX;
|
||||
#endif
|
||||
|
||||
|
||||
transa = BLIS_NO_TRANSPOSE;
|
||||
transb = BLIS_NO_TRANSPOSE;
|
||||
|
||||
|
||||
@@ -143,11 +143,7 @@ LIBBLIS_LINK := $(LIB_PATH)/$(LIBBLIS_L)
|
||||
#all: blis
|
||||
all: blis
|
||||
|
||||
blis: test_trsm_blis.x \
|
||||
test_symm_blis.x \
|
||||
test_hemm_blis.x \
|
||||
test_gemm_blis.x
|
||||
|
||||
blis: test_gemm_blis.x
|
||||
|
||||
# --Object file rules --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user