intel
Here are 411 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
Update wiki
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
Disables the "Unsupported Hardware" message in Windows Update, and allows you to continue installing updates on Windows 7 and 8.1 systems with Intel Kaby Lake, AMD Ryzen, or other unsupported processors.
-
Updated
Jan 13, 2020 - C
Simple operating system in C++, written from scratch
-
Updated
Jan 13, 2020 - C++
Processor Counter Monitor
-
Updated
Jan 11, 2020 - C++
In Tutorial4 onwards, the render loop is destroying and recreating framebuffers every frame. Creation and destruction of objects in Vulkan are not lightweight operations - they are expected to have a sizeable runtime cost, and indeed do on some implementations.
This is documented in the Vulkan spec itself in fact, the second paragraph here: https://www.khronos.org/registry/vulkan/specs/1.0/html
VXLAN example?
Compute Library for Deep Neural Networks (clDNN)
-
Updated
Jan 3, 2020 - C++
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
-
Updated
Jan 13, 2020 - 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.
Improved fork of Waifu2X C++ using OpenCL and OpenCV
-
Updated
Jan 11, 2020 - C++
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
This is a list of hardware which is supports Intel SGX - Software Guard Extensions.
-
Updated
Jan 9, 2020 - C
ClojureCL is a Clojure library for parallel computations with OpenCL.
-
Updated
Jan 6, 2020 - Clojure
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...").
Description of the corresponding constructor from the SYCL 1.2.1 spec:
Constructs a SYCL context instance using the SYCL device(s) in the
deviceListparameter as the associated SYCL device(s) and the SYCL platform associated with each SYCL device in thedeviceListparameter as the as
Add STIX/TAXII Client Functionality
Feature Request
I understand that Hippocampe can import data that is in plaintext formats. I think it would be great if a STIX/TAXII component was added.
See https://www.us-cert.gov/Information-Sharing-Specifications-Cybersecurity and https://oasis-open.github.io/cti-documentation/ for more information, and see https://github.com/eclecticiq/cabby f
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.