Skip to content

Instantly share code, notes, and snippets.

# 1 "/home/mdukhan3/FXdiv/bench/init.cc"
# 1 "/nethome/mdukhan3/FXdiv//"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "/home/mdukhan3/FXdiv/bench/init.cc"
# 1 "/home/mdukhan3/FXdiv/deps/googlebenchmark/include/benchmark/benchmark.h" 1
# 17 "/home/mdukhan3/FXdiv/deps/googlebenchmark/include/benchmark/benchmark.h"
# 1 "/home/mdukhan3/FXdiv/deps/googlebenchmark/include/benchmark/benchmark_api.h" 1
Benchmarked on Core i7 6700K (4.0 GHz, Turbo Boost disabled)
I1012 20:56:58.000224 15939 caffe.cpp:301] Use CPU.
I1012 20:56:58.001633 15939 upgrade_proto.cpp:618] Attempting to upgrade input file specified using deprecated V1LayerParameter: ./imagenet_winners/alexnet.prototxt
I1012 20:56:58.001705 15939 upgrade_proto.cpp:626] Successfully upgraded file specified using deprecated V1LayerParameter
I1012 20:56:58.001889 15939 net.cpp:50] Initializing net from parameters:
name: "alexnet"
input: "data"
input_dim: 128
input_dim: 3
typedef struct {
/**
* Number of remaining unclaimed elements in the range.
* Initialized to the total number of elements during work range initialization, decremented as threads claim elements for processing.
* When the whole work range is processed, this element must equal 0.
*/
uint64_t unclaimed;
/**
* Total number of elements in the range.
* Initialized during work range initialization, and never changes after it.