mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 07:36:24 +01:00
Update cuda benchmark
This commit is contained in:
parent
047a24ca9f
commit
d0d68c7afd
@ -5,10 +5,10 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "../src/cnn/include/convolution.h"
|
#include "../cnn/include/convolution.h"
|
||||||
#include "../src/cnn/include/struct.h"
|
#include "../cnn/include/struct.h"
|
||||||
#include "../src/include/colors.h"
|
#include "../include/colors.h"
|
||||||
#include "../src/include/utils.h"
|
#include "../include/utils.h"
|
||||||
|
|
||||||
|
|
||||||
float random_float(float low, float high) {
|
float random_float(float low, float high) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "../cnn/matrix_multiplication.cu"
|
#include "../cnn/include/matrix_multiplication.h"
|
||||||
|
|
||||||
|
|
||||||
float random_float(float low, float high) {
|
float random_float(float low, float high) {
|
||||||
|
Loading…
Reference in New Issue
Block a user