Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MATRIX/F_mmtest.cu → MATRIX/F_mmlatte.cu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include "Matrix.h"

extern "C" void mmtest_(int *hdim, void *bo_pointer, void *h_pointer) {
extern "C" void mmlatte_(int *hdim, void *bo_pointer, void *h_pointer) {
runmatmult(*hdim, (double *)bo_pointer, (double *)h_pointer);
}

27 changes: 0 additions & 27 deletions MATRIX/F_mmtest.c

This file was deleted.

4 changes: 2 additions & 2 deletions makefile.CHOICES
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ endif
# GPU options
#

GPU_CUDA_LIB = -L/opt/cudatoolkit-5.5/lib64 -lcublas -lcudart
GPU_ARCH = sm_20
GPU_CUDA_LIB = -L/opt/cuda/lib64 -lcublas -lcudart -lgomp
GPU_ARCH = sm_35