1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-24 00:54:23 +00:00

Change DATA_TYPE to float

Co-authored-by: Caterina Gazzotti <270321@studenti.unimore.it>
Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it>
This commit is contained in:
Steffo 2022-12-11 15:57:26 +01:00
parent 140c40bf6c
commit 1cc6f1e4f9
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -39,7 +39,7 @@
# define _PB_NY POLYBENCH_LOOP_BOUND(NY,ny) # define _PB_NY POLYBENCH_LOOP_BOUND(NY,ny)
# ifndef DATA_TYPE # ifndef DATA_TYPE
# define DATA_TYPE double # define DATA_TYPE float
# define DATA_PRINTF_MODIFIER "%0.2lf " # define DATA_PRINTF_MODIFIER "%0.2lf "
# endif # endif