Gia Huy ( CisMine)Data analyst and Data processing in a single lineWhen tackling a Machine Learning problem, the first essential steps are data analysis and data processing. In this article, I will guide…Sep 19Sep 19
Gia Huy ( CisMine)RAPIDS in handle dataIn chapter 01, we mentioned using RAPIDS for processing and analyzing data with a GPU. In this article, I will guide you on how to use it.Sep 17Sep 17
Gia Huy ( CisMine)RAPIDS in GPUNowadays, the increasing amount of data has made ETL (Extract, Transform, Load), also known as data analysis and processing, more complex…Sep 14Sep 14
Gia Huy ( CisMine)GPU in AINowadays, with the rapid development of AI, the demand for its use is increasing, leading to a growing abundance of data and a wider…Aug 31Aug 31
Gia Huy ( CisMine)Bandwidth — Throughput — LatencyWhen evaluating a piece of code or a program, three important concepts need to be considered: bandwidth, throughput, and latency. However…Jun 27Jun 27
Gia Huy ( CisMine)Occupancy in GPU Part 2In the first part, I introduced occupancy; in this second part, I’ll delve deeper into how to improve achieved occupancy.Jun 22Jun 22
Gia Huy ( CisMine)Occupancy in GPU Part 1In previous post, I discussed the issue of how to select the suitable number of threads. In this article, I will share a quite common…Jun 14Jun 14
Gia Huy ( CisMine)Install CuDNN — OpenCV with cudaGoing this link to download CuDNN v8.9.7May 14May 14
Gia Huy ( CisMine)Install Cuda Toolkit — Cuda DriverThe CUDA Driver acts as a bridge between the operating system and the GPU, enabling communication with the hardware. Without it, the CUDA…May 14May 14
Gia Huy ( CisMine)Warp SchedulerIn the article on Synchronization — Asynchronization, we mentioned the concept of latency hiding, a very common term when talking about…Mar 51Mar 51