Pārlūkot izejas kodu

fxt: allow more space for symbol codelet name

Nathalie Furmento 4 gadi atpakaļ
vecāks
revīzija
c2ec7a35d7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/starpu_fxt.h

+ 1 - 1
include/starpu_fxt.h

@@ -35,7 +35,7 @@ extern "C"
 
 struct starpu_fxt_codelet_event
 {
-	char symbol[256];
+	char symbol[2048];
 	int workerid;
 	char perfmodel_archname[256];
 	uint32_t hash;