Searched refs:L1_cache_size (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/phoenix/
H A Dmap_reduce.h154 int L1_cache_size; /* Size of L1 cache in bytes */ member in struct:__anon1383
H A Dmap_reduce.c421 if (args->L1_cache_size > 0)
423 env->chunk_size = args->L1_cache_size / args->unit_size;
426 args->L1_cache_size);
/barrelfish-master/usr/tests/phoenix_tests/
H A Dkmeans.c409 map_reduce_args.L1_cache_size = atoi(GETENV("MR_L1CACHESIZE"));//1024 * 8;

Completed in 45 milliseconds