This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef TACO_C_HEADERS | |
#define TACO_C_HEADERS | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#include <stdbool.h> | |
#include <math.h> | |
#include <complex.h> | |
#include <string.h> | |
#define TACO_MIN(_a,_b) ((_a) < (_b) ? (_a) : (_b)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing /home/tdimson/projects/skimpy/projects/skimpy_3d | |
Building wheels for collected packages: skimpy-3d | |
Building wheel for skimpy-3d (setup.py): started | |
Building wheel for skimpy-3d (setup.py): finished with status 'error' | |
ERROR: Command errored out with exit status 1: | |
command: /home/tdimson/anaconda3/envs/skimpy/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/tdimson/projects/skimpy/projects/skimpy_3d/setup.py'"'"'; __file__='"'"'/home/tdimson/projects/skimpy/projects/skimpy_3d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-vi6k2097 | |
cwd: /home/tdimson/projects/skimpy/projects/skimpy_3d/ | |
Complete output (96 lines): | |
running bdist_wheel | |
running build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Median num voxels: 1617100800.0 | |
Median non-zero voxels: 62901546.0 | |
Dimension for Median Num Voxels: 7328x256x10816 | |
Median RLE Compression Ratio Vs. Dense: 58.584927700103584x | |
Min RLE Compression Ratio Vs. Dense: 8.044780516547187x | |
Max RLE Compression Ratio Vs. Dense: 121256133.89743674x | |
Median Sparse Compression Ratio Vs. Dense: 6.018567609821765x | |
Median RLE Compression Ratio Vs. Mixed: 12.286373045755502x | |
Median Sparse Compression Ratio Vs. Mixed: 1.2676925439326021x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
array_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark simple assignments | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:17 | |
............................................................................... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filters: [config] | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
array_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark evaluation options | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:184 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filters: [config] | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
array_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark evaluation options | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:184 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
array_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark simple assignments | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:17 | |
............................................................................... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
array_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark simple assignments | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:17 | |
............................................................................... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 6%] Built target fmt | |
[ 95%] Built target asmjit | |
[ 97%] Building CXX object tests/benchmarks/CMakeFiles/array_bench_exe.dir/array_bench.cpp.o | |
In file included from /home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:10: | |
/home/tdimson/projects/skimpy/include/skimpy/detail/util.hpp: In substitution of ‘template<class ... Args> decltype (declval<____C_A_T_C_H____T_E_S_T____16()::<lambda(auto:55&, auto:56)> >()(declval<const skimpy::detail::util::Fix<____C_A_T_C_H____T_E_S_T____16()::<lambda(auto:55&, auto:56)> >&>(), (forward<Args>)(skimpy::detail::util::Fix::operator()::args)...)) skimpy::detail::util::Fix<____C_A_T_C_H____T_E_S_T____16()::<lambda(auto:55&, auto:56)> >::operator()<Args ...>(Args&& ...) const [with Args = {skimpy::Array<int>}]’: | |
/home/tdimson/projects/skimpy/tests/benchmarks/array_bench.cpp:148:17: required from ‘____C_A_T_C_H____T_E_S_T____16()::<lambda(auto:55&, auto:56)> [with auto:55 = skimpy::detail::util::Fix<____C_A_T_C_H____T_E_S_T____16()::<lambda(auto:55&, auto:56)> >; a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filters: [shifted] | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
eval_bench is a Catch v2.11.1 host application. | |
Run with -? for options | |
------------------------------------------------------------------------------- | |
Benchmark shifted 2-source plan evaluation | |
------------------------------------------------------------------------------- | |
/home/tdimson/projects/skimpy/tests/benchmarks/eval_bench.cpp:336 |