Searched refs:L1_cache_size (Results 1 - 3 of 3) sorted by last modified time

/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c409 map_reduce_args.L1_cache_size = atoi(GETENV("MR_L1CACHESIZE"));//1024 * 8;
/barrelfish-2018-10-04/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);

Completed in 71 milliseconds