intel
Here are 868 public repositories matching this topic...
Doing performance fine tuning, it may be beneficial to have separate code paths if the mask is "all on". Right now there are multiple ways of expressing this paradigm, which are not guaranteed to be optimal on all platforms. Possible ways of checking this are:
__all(__mask). Seem to produces good code on all platforms, but uses builtins (that are not recommended for the use outside of stan
Processor Counter Monitor
-
Updated
Mar 29, 2022 - C++
Simple operating system in C++, written from scratch
-
Updated
May 24, 2021 - C++
CoreFreq is a CPU monitoring software designed for the 64-bits Processors.
-
Updated
Apr 9, 2022 - C
NFF-Go -Network Function Framework for GO (former YANFF)
-
Updated
Sep 7, 2021 - Go
Source code examples for "API without Secrets: Introduction to Vulkan" tutorial
-
Updated
Feb 16, 2022 - 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
Mar 23, 2021 - C++
Accelerate SHA256 computations in pure Go using Accelerate SHA256 computations in pure Go using AVX512, SHA Extensions for x86 and ARM64 for ARM. On AVX512 it provides an up to 8x improvement (over 3 GB/s per core). SHA Extensions give a performance boost of close to 4x over native.
-
Updated
Jun 17, 2021 - Go
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
-
Updated
Jan 27, 2019
Translate README.md
If you speak another language, I would appreciate your help in translating the README.md.
For tables, checklists, or other data that might change, please indicate that that information is in the main README. Otherwise every change to the main README will need to be replicated to the other READMEs.
^ I've tried to do this a bit in the French README. The only thing you need to replicate when
So I I've got a problem with trying to get Fusion360 running on my Manjaro System.
Describe the bug
After succesfully (there are a lot of fixme and errors within the console?) installing Fusion360 via the installer script. When I try to launch it the first time after a clean install I get prompted to log in with Username/Password. So far so good, but then after the Fusion360 Logo Splashscr
There are couple more cases to filter out from isEntryPoint() check: __builtin* and __esimd*.
Originally posted by @kbobrovs in intel/llvm#5858 (comment)
Compute Library for Deep Neural Networks (clDNN)
-
Updated
Jan 29, 2022 - C++
OpenCL for Rust
-
Updated
Jan 24, 2022 - Rust
High performance Cross-platform Inference-engine, you could run Anakin on x86-cpu,arm, nv-gpu, amd-gpu,bitmain and cambricon devices.
-
Updated
Feb 11, 2022 - C++
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."


The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media