How to efficiently process sparse kernels
30 Jan 2020In this post, related research around sparsity will be covered.
Related Works
- SCNN, ISCA’17
- ExTensor, MICRO’19
In this post, related research around sparsity will be covered.
In this post, I would like to explain some keywords related to GPGPU Memory Subscription.
From this semester, I am starting my PhD of Computer Science studies at Georgia Tech majoring in computer architecture.
I will be taking CS6290, High Performance Computer Architecture. With the lecture, I will also watch some videos from the computer architecture course taught by Onur Mutlu, ETH Zurich. The lectures are available at Lectures.
The TED talk, An astronaut’s story of curiosity, perspective and change, Leland Melvin, is available at youtube.
I believe there are a lot of perspectives in the world, and it may not be possible to know all of them. What kinds of perpectives that I should have, or what kinds of perspectives are right(wrong)?
At least, it is trivial that to know more perspectives in the world, you need experience more beside what you are already familiar with.
In this post, I will explain some useful commands in Anaconda. Using Anaconda, you can manage various environments conveniently.
conda create --name NAME python=3.6
conda env list
source activate NAME
For this winter, I will be working on image captioning.