neon
Here are 178 public repositories matching this topic...
-
Updated
May 18, 2020 - C++
Skip thought vectors
I would like to use the skip thought vectors implementation in neon. The documentation provided is not enough. Is there a tutorial available on how to obtain skip thought vectors from scratch on my own documentation ? I have created a virtual environment and downloaded neon. I am not sure how to train the skip thought model. Thanks.
-
Updated
Mar 6, 2020 - C++
Conan package
I am sorry but I don't know how to put it into an Issue format, so I have to explain it plainly.
Dear contributors,
It seems that every source file in Vc library has the following copyright notice:
/* This file is part of the Vc library. {{{
Copyright © 2009-2015 XXX <xxx@example.com>
Redistribution and use in source and binary forms, with or without
modification, are permitteThe dynamic dispatch example, as described in documentation seems to work using the Makefile approach.
However, with a CMake file, using the appropriate CMake module, the build fails with error:
main.cpp:(.text+0x5): undefined reference to print_arch()'
At least on x86, the fastest intrinsics for shuffling the contents of a vector or blending data from two vectors take an immediate operand, which must be a compile-time constant. So there would be a use case for a compile-time version of xsimd::select(), as it could use these faster instructions.
An example of prior art for this is the shuffle() instruction family in bSIMD:
Docs about dest param :
"You can pass all parameter same (this is similar to m1 *= m1), you can pass dest as m1 or m2 (this is similar to m1 *= m2)" (c)
But some functions behave differently. For example:
vec3 A = {0,0,2};
vec3 B = {2,0,0};
glm_vec3_cross(A, B, A); // A = {0, 4, -8} was expected A = {0, 4, 0}
- bug report? yes
- feature request? no
- version: *
Description
There are few examples on website, but otherwise there is nothing else.
To fully understand the syntax of the file a grammar definitions are required. Take a look at http://json.org/ for a good example.
Steps To Reproduce
- Try to read the documentation.
- Bug: There is no documentation.
-
Updated
May 16, 2020 - Go
-
Updated
Mar 5, 2020 - C++
When I got to a site that has an auth wall, the login window shows up at the bottom of the browser, usually offscreen.
Example Site: http://tmtest4.wpengine.com/
Raising scalars and vectors to integer powers is very common (e.g. llvm.powi), so I think the following APIs would be very useful:
- double Sleef_ipow_u10(double x, int32_t y);
- __m128d Sleef_ipowd2_u10(__m128d x, int32_t y);
- __m256d Sleef_ipowd4_u10(__m256d x, int32_t y);
- __m512d Sleef_ipowd8_u10(__m512d x, int32_t y);
- floa
Hi there,
I am an experienced C++ programmer but I'm completely lost when it comes to SIMD operations. Currently I'm trying your library for over a week and I still cannot figure out, how to get it to be more performant than the straight forward way.
In my particular case, I am trying to create a SAXPY operation according to BLAS standard using SIMD operations. My vectors are huge and still th
Problems:
- The different directories
- Is
undefinedthe expected result?
Screenshot at the time of this reporting:
Details:
1. The different directories
git clone https://github.com/neon-bindings/examples
cd neon-examplesMayb
-
Updated
Nov 1, 2019 - C
-
Updated
Mar 4, 2020 - C++
-
Updated
May 17, 2020 - C++
-
Updated
Mar 3, 2020 - C
Hi
So, following the instructions, I ran cmake
cmake .. -DSIMD=AVX2 -DDEV=1 -DBOOST_ROOT=/**/boost_1_72_0 -GNinja
It says:
CMake Warning:
Manually-specified variables were not used by the project:
BOOST_ROOT
DEV
Then: ninja -j1 update - unknown target
However, running:
ninja -j 4 tests
ctest
Has worked, apparently successfully: `10
-
Updated
May 11, 2020 - TypeScript
-
Updated
May 15, 2020 - C++
Improve this page
Add a description, image, and links to the neon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neon topic, visit your repo's landing page and select "manage topics."


We are using getopt which is old school, we should upgrade to something like this: https://github.com/jarro2783/cxxopts