|
int comb = starpu_get_arch_comb(arch->ndevices, arch->devices);
|
|
int comb = starpu_get_arch_comb(arch->ndevices, arch->devices);
|
|
- snprintf(archname, maxlen, "%d_impl%u", comb, impl);
|
|
+ snprintf(archname, maxlen, "Comb%d_impl%u", comb, impl);
|
|
void starpu_perfmodel_debugfilepath(struct starpu_perfmodel *model,
|
|
void starpu_perfmodel_debugfilepath(struct starpu_perfmodel *model,
|