intel
Here are 507 public repositories matching this topic...
So many mistakes are made due to the default 'varying' decoration on a type when no decoration is given, that there should be a warning for it - disabled by default to not break current code.
#pragma warning(varying) //to enable
--wvarying // CLI to enable
The documentation should always be in sync with the latest changes. Currently, this involves me manually building it and pushing it into an S3 bucket. That could happen automatically through CI.
Additionally, it would be great if we could display a drop-down in the doc that allows viewing documentation for older versions of Zydis as well, similar to what docs.rs does for Rust
-
Updated
Sep 12, 2018 - C
-
Updated
May 29, 2020 - C++
-
Updated
Jun 21, 2020 - C++
-
Updated
Jul 23, 2018 - C++
As the title say.
-
Updated
Jun 19, 2020 - C++
-
Updated
Sep 18, 2019 - Go
-
Updated
Jan 27, 2019
-
Updated
Aug 13, 2019 - C++
doc under Anakin/benchmark/README_CPU.md is out of data.
Three links of models points to 404 page
Those links in Anakin/benchmark/RNN/prepare.sh are also invalid.
As soon as both futures 0.2 and tokio 0.2 begin to stabilize, create an example which could potentially double as a tutorial and that uses some basic asynchronous features.
I am probably overlooking something super-obvious, so I hope this is only a quick question.
The config file says:
# Energy Versus Performance Preference Switch
# Usage: hwphint ${mode} ${algorithm} ${load_hint} ${normal_hint}
# Hints: see energy_performance_available_preferences
Where do I "see energy_performance_available_preferences"? Is there something similar for the algor
-
Updated
Jun 14, 2020 - C
Current underlying values of cl::sycl::info::device_type do not lend themselves for bitwise operations.
enum class device_type : pi_uint64 {
cpu = PI_DEVICE_TYPE_CPU,
gpu = PI_DEVICE_TYPE_GPU,
accelerator = PI_DEVICE_TYPE_ACC,
// TODO: figure out if we need all the below in PI
custom = CL_DEVICE_TYPE_CUSTOM,
automatic,
host,
all = CL_DEV
The vp instructions does not decode well.
For example:
"c5 f1 ef c9" should be decoded to "vpxor xmm1,xmm1,xmm1" (instead of "lds...").
"c5 f5 74 01" should be decoded to "vpcmpeqb ymm0,ymm1,ymmword ptr [ecx]" (instead of "lds...").
-
Updated
Mar 20, 2020 - Clojure
Improve this page
Add a description, image, and links to the intel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intel topic, visit your repo's landing page and select "manage topics."


There is an optional
boardparam than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.