Deep learning environment configuration under Ubuntu 20.04 system (subsystem) (pytoch + GPU)

Deep learning environment configuration under Ubuntu 20.04 system (subsystem) (pytoch + GPU) 🍀 Previous sequence (pit avoidance) Last time I installed Ubuntu in the virtual machine and installed Nvidia driver , enter the command Ubuntu drivers devices, and you can see that there are no recommended drivers, as shown below: Finally, sudo ap ...

Posted by geaser_geek on Tue, 01 Mar 2022 16:03:51 +0100

[source code analysis] NVIDIA HugeCTR, GPU version parameter server---

[source code analysis] NVIDIA HugeCTR, GPU version parameter server - (4) 0x00 summary In this series, we introduce HugeCTR, an industry-oriented recommendation system training framework, which is optimized for large-scale CTR models with model parallel embedding and data parallel intensive networks. This paper mainly introduces the firs ...

Posted by nosmasu on Mon, 21 Feb 2022 13:00:07 +0100

FFmpeg 'hardware acceleration and use' NVIDIA 'codec in the code

@datetime: 2021/06/14 @author: shenhao Note: if a chapter is marked with skip, its sub chapters need to be skipped. FFmpeg hardware is accelerated and NVIDIA codec is used in the code All steps in this article come from NVIDIA official documents , and with reference to the practice summary and practice of major netizens. In addition ...

Posted by akillez on Sun, 30 Jan 2022 19:39:57 +0100

Several best practices of WebGPU

Slide from 2022 webgl & webgpu Meetup1 use the label attribute where it can be usedEvery object in WebGPU has a label attribute, whether you pass the label attribute of descriptor when creating it, or directly access its label attribute after creation. This attribute is similar to an id, which makes the object easier to debug and observe. T ...

Posted by tech0925 on Wed, 26 Jan 2022 08:48:08 +0100

DRM framework (vkms) analysis - connector initialization

This paper mainly analyzes the initialization and configuration of connector, DRM_ The connector structure is as follows: /** * struct drm_connector - central DRM connector control structure * * Each connector may be connected to one or more CRTCs, or may be clonable by * another connector if they can share a CRTC. Each connector also has ...

Posted by JellyFish on Thu, 20 Jan 2022 20:50:23 +0100

Does Qualcomm chip GPU have HSR like functions

1) Does Qualcomm chip GPU have functions similar to HSR2) will RT dynamic diagram on UGUI cause UI update3) UI often iterates the appearance. How to change the code as little as possible4) Should I use AssetBundle package mode or simulation mode in the development process?This is the 279th UWA technical knowledge sharing push. Today, we continu ...

Posted by englishman69 on Sun, 02 Jan 2022 21:52:22 +0100