search for: num_core

Displaying 4 results from an estimated 4 matches for "num_core".

Did you mean: num_cores
2012 May 05
5
certificate verification failed
...n the server or > client Could not retrieve file metadata for > puppet://puppet.xxx.xxx.xxx.ac.uk/plugins: certificate verify failed. This > is often because the time is out of sync on the server or client > info: Loading facts in dmide_code > [ .... ] > info: Loading facts in num_core > err: Could not retrieve catalog from remote server: certificate verify > failed. This is often because the time is out of sync on the server or > client > warning: Not using cache on failed catalog > err: Could not retrieve catalog; skipping run > err: Could not send report:...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...vendor, cpu_devs[c->x86_vendor]->c_vendor, sizeof(cpu->vendor)); */ strlcpy(cpu->model, c->x86_vendor_id, sizeof(cpu->vendor)); strlcpy(cpu->model, c->x86_model_id, sizeof(cpu->model)); print_timer(et, "family-vendor strings"); cpu->num_cores = c->x86_num_cores; cpu->l1_data_cache_size = c->x86_l1_data_cache_size; cpu->l1_instruction_cache_size = c->x86_l1_instruction_cache_size; cpu->l2_cache_size = c->x86_l2_cache_size; print_timer(et, "cores-cachesizes"); } -------------- next part ---...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...vendor, cpu_devs[c->x86_vendor]->c_vendor, sizeof(cpu->vendor)); */ strlcpy(cpu->model, c->x86_vendor_id, sizeof(cpu->vendor)); strlcpy(cpu->model, c->x86_model_id, sizeof(cpu->model)); print_timer(et, "family-vendor strings"); cpu->num_cores = c->x86_num_cores; cpu->l1_data_cache_size = c->x86_l1_data_cache_size; cpu->l1_instruction_cache_size = c->x86_l1_instruction_cache_size; cpu->l2_cache_size = c->x86_l2_cache_size; print_timer(et, "cores-cachesizes"); } -------------- next part ---...
2016 Sep 16
6
(Thin)LTO llvm build
> On Sep 16, 2016, at 4:46 PM, Carsten Mattner <carstenmattner at gmail.com> wrote: > > On Sat, Sep 17, 2016 at 12:48 AM, Teresa Johnson <tejohnson at google.com <mailto:tejohnson at google.com>> wrote: >> >> On Fri, Sep 16, 2016 at 2:54 PM, Carsten Mattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> On Fri, Sep 16,