Frage

Ich versuche, die GPU und CPU-flop zu zählen und ich habe die Quelle von hier

ich es cudaflops.cu umbenannt und es mit dieser Make-Datei zusammengestellt

################################################################################
#
# Build script for project
#
################################################################################

# Add source files here 
EXECUTABLE  := benchmark
# Cuda source files (compiled with cudacc) 
CUFILES     := cudaflops.cu
# C/C++ source files (compiled with gcc / c++) 
CCFILES     := 


################################################################################
# Rules and targets

include ../../common/common.mk

#########################################

Tt funktioniert gut und gibt Ergebnis 367 GFLOPS

Aber jetzt, ich weiß nicht, diese Quelle in der CPU zu testen, ich las

scroll top