avx2
Here are 120 public repositories matching this topic...
The default documentation URL points to github.com. Doing this in VS2017 results in a message from github that internet explorer is an unsupported browser.
Workaround is to use local storage/clone of the wiki.
benchdnn help CLI
Just a suggestion to add a "--help" support to benchdnn.
As today benchdnn does nt seem to have a --help support, the doc being only available online on this page:
https://github.com/intel/mkl-dnn/tree/master/tests/benchdnn
the proposal is to add a minimum of "print usage" to the benchdnn CLI tool.
Environ
Conan package
-
Updated
Jul 15, 2019
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()'
-
Updated
Jun 4, 2020 - Go
-
Updated
Jun 18, 2020 - C++
-
Updated
Jun 7, 2020 - C
We should add WASM simd128 implementations of as many SSE/SSE2/etc. functions as possible.
Some of the functions won't see much, if any, improvements since we already have GCC-style vector extension and OpenMP SIMD support. The real benefit will be for the functions that can't use GCC-style vectors. For example, saturated operations, min/max, etc. And of course there will be a lot of cases w
-
Updated
Feb 25, 2020 - C
-
Updated
Sep 5, 2019 - C#
-
Updated
Apr 17, 2020 - C++
-
Updated
Feb 12, 2020
-
Updated
Mar 4, 2020 - C++
-
Updated
Jun 26, 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
Mar 3, 2020 - C
-
Updated
Feb 16, 2019 - JavaScript
-
Updated
May 3, 2020 - C++
Improve this page
Add a description, image, and links to the avx2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the avx2 topic, visit your repo's landing page and select "manage topics."
Now when oss-fuzz provides pretty code coverage, it is easy to see which parts of the code are not fuzzed properly.
Identify what can be done, and add fuzzers targeting the uncovered code.