test folder files reverted to previous commit

This commit is contained in:
Chithra Sankar
2019-10-03 14:23:16 +05:30
parent 9777b8e901
commit 95d6e2b1f1
3 changed files with 7 additions and 12 deletions

View File

@@ -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 \

View File

@@ -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;

View File

@@ -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 --