Skip to content
#

intel

Here are 411 public repositories matching this topic...

athre0z
athre0z commented Mar 24, 2019

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

ghost
ghost commented Oct 13, 2017

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

wizonesolutions
wizonesolutions commented Sep 29, 2019

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

AlexeySachkov
AlexeySachkov commented Dec 16, 2019

https://github.com/intel/llvm/blob/07a3616495afdac237f877a585c9a84d7838e95f/sycl/source/context.cpp#L43

Description of the corresponding constructor from the SYCL 1.2.1 spec:

Constructs a SYCL context instance using the SYCL device(s) in the deviceList parameter as the associated SYCL device(s) and the SYCL platform associated with each SYCL device in the deviceList parameter as the as

Improve this page

Add a description, image, and links to the intel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.