This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdint.h> | |
#include <time.h> | |
#include <limits.h> | |
#include <assert.h> | |
#ifndef __aarch64__ | |
#error This testcase is AArch64 specific and will not work on other processor families. | |
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% codesign -d --entitlements :- /System/Library/Frameworks/Virtualization.framework/XPCServices/com.apple.Virtualization.VirtualMachine.xpc/Contents/MacOS/com.apple.Virtualization.VirtualMachine | |
Executable=/System/Library/Frameworks/Virtualization.framework/Versions/A/XPCServices/com.apple.Virtualization.VirtualMachine.xpc/Contents/MacOS/com.apple.Virtualization.VirtualMachine | |
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>com.apple.vm.networking</key><true/><key>com.apple.security.hypervisor</key><true/><key>com.apple.private.hypervisor.vmapple</key><true/><key>com.apple.usb.hostcontrollerinterface</key><true/><key>com.apple.private.security.message-filter</key><true/></dict></plist>% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ./clpeak | |
[mvk-info] MoltenVK version 1.1.5, supporting Vulkan version 1.1.189. | |
The following 72 Vulkan extensions are supported: | |
VK_KHR_16bit_storage v1 | |
VK_KHR_8bit_storage v1 | |
VK_KHR_bind_memory2 v1 | |
VK_KHR_create_renderpass2 v1 | |
VK_KHR_dedicated_allocation v3 | |
VK_KHR_depth_stencil_resolve v1 | |
VK_KHR_descriptor_update_template v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[BlockARM] | |
ARMv81ProcessorSupport=FALSE | |
[BlockIntel] | |
CpuFamily=6 | |
CpuModelLessThanOrEqual=95 | |
CpuModelException=85 | |
[BlockIntelKabyLake1] | |
CpuFamily=6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Something went wrong with the install. | |
You can troubleshoot the package failures by: | |
1. Search for solutions using the search URL below for each package failure | |
2. Modify your selections for the affected workloads or components and then retry the installation | |
3. Remove the product from your machine and then install again | |
If the issue has already been reported on the Developer Community, you can find solutions or workarounds there. If the issue has not been reported, we encourage you to create a new issue so that other developers will be able to find solutions or workarounds. You can create a new issue from within the Visual Studio Installer in the upper-right hand corner using the "Provide feedback" button. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jabra Direct End User License Agreement | |
IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE INSTALLING THE SOFTWARE | |
This license agreement (License) is a legal agreement between you (Licensee or you) and GN Audio A/S, Lautrupbjerg 7, DK-2750 Ballerup, Denmark (Licensor or we) for the “Jabra Direct” software product (Software), which includes computer software and printed materials (Documentation). | |
BY CLICKING ON THE "ACCEPT" BUTTON BELOW YOU AGREE TO THE TERMS OF THIS LICENSE WHICH WILL BIND YOU, YOUR COMPANY AND YOUR EMPLOYEES. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, WE ARE UNWILLING TO LICENSE THE SOFTWARE TO YOU AND YOU MUST IMMEDIATELY DISCONTINUE INSTALLATION OF THE SOFTWARE NOW BY CLICKING ON THE "CANCEL" BUTTON BELOW. | |
1. Grant and scope of License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jessie@fedora NVIDIA-kernel-module-source-TempVersion]$ find * | |
COPYING | |
Makefile | |
kernel-open | |
kernel-open/common | |
kernel-open/common/inc | |
kernel-open/common/inc/nv_uvm_types.h | |
kernel-open/common/inc/nv-timer.h | |
kernel-open/common/inc/nv-gpu-info.h | |
kernel-open/common/inc/nv-platform.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define PCI_DEVICE_F_INTERNAL_CHIP_SKU BIT(31) | |
#define PCI_DEVICE_F_FUSA_CHIP_SKU BIT(30) | |
static struct pci_device_id nvgpu_pci_table[] = { | |
{ | |
PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, 0x1ebf), | |
.class = PCI_BASE_CLASS_DISPLAY << 16, | |
.class_mask = 0xff << 16, | |
.driver_data = 0, | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ LD_LIBRARY_PATH=/vendor/lib64 clpeak | |
Platform: AMD Accelerated Parallel Processing | |
Device: gfx1040 | |
Driver version : Driver: 7cc74d2a Compiler: 1928c005 (Android) | |
Compute units : 3 | |
Clock frequency : 555 MHz | |
Global memory bandwidth (GBPS) | |
float : 36.65 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Platform: QUALCOMM Snapdragon(TM) | |
Device: QUALCOMM Adreno(TM) 690 | |
Driver version : OpenCL 3.0 QUALCOMM build: commit unknown Compiler E031.45.06.00 (Win64) | |
Compute units : 8 | |
Clock frequency : 1 MHz | |
Global memory bandwidth (GBPS) | |
float : 51.47 | |
float2 : 52.57 | |
float4 : 57.94 |