Keichi Takahashi
Keichi Takahashi
In particular, `ParserOptions` does implement all available options (e.g., length can be a string or function too).
see https://github.com/openjournals/joss-reviews/issues/3777
See #182
I created this package a long time ago when I was primarily developing in JavaScript. It has been seven years since then and I am no longer an active user...
I noticed that the PAPI connector records the events only on the master thread. This is because PAPI performance counters are thread-local and `PAPI_hl_region_begin`/`PAPI_hl_region_end` are called from the master thread...
Hi, this fixes the following compile error on clang: ``` /Users/keichi/Projects/kEDM/src/thirdparty/simd/vector_size.hpp:149:12: error: an attribute list cannot appear here explicit SIMD_ALWAYS_INLINE inline simd(const native_type& value):m_value(value) {} ^~~~~~~~~~~~~~~~~~ /Users/keichi/Projects/kEDM/src/thirdparty/simd/simd_common.hpp:52:28: note: expanded from...
**Describe the bug** pyscamp.selfjoin returns a zero vector if m=3. If m>= 4 the results are correct. **To Reproduce** ```python x = np.random.rand(10) pyscamp.selfjoin(x, m=3) ``` gives a zero vector...