Rename likwid marker header.

This commit is contained in:
Jan Eitzinger
2020-04-22 10:09:38 +02:00
parent 0afff6ac2c
commit 3430c3d633
10 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double copy(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double daxpy(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double init(
double * restrict a,

View File

@@ -38,7 +38,7 @@
#include <timing.h>
#include <allocate.h>
#include <affinity.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
#define HLINE "----------------------------------------------------------------------------\n"

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double sdaxpy(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double striad(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double sum(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double triad(
double * restrict a,

View File

@@ -26,7 +26,7 @@
*/
#include <timing.h>
#include <likwid_markers.h>
#include <likwid-marker.h>
double update(
double * restrict a,