Skip to content

Instantly share code, notes, and snippets.

View mdasifchand's full-sized avatar
:electron:

kaopqx mdasifchand

:electron:
View GitHub Profile
@mdasifchand
mdasifchand / Eigen Cheat sheet
Last active April 11, 2024 07:09 — forked from gocarlos/Eigen Cheat sheet
Cheat sheet for the linear algebra library Eigen: http://eigen.tuxfamily.org/
// Eigen library usage analogous to Matlab
// Full example can be found at : https://github.com/mdasifchand/EigenExamples/blob/main/main.cpp
// Author : Asif, few ideas are adapted from Keir Mierle and gocarlos
#include <iostream>
#include <eigen3/Eigen/Dense>
using namespace Eigen;
@mdasifchand
mdasifchand / CUDAtf.txt
Last active June 22, 2019 08:38
CUDA and CUDNN on your alienware r3 13
By Mohammed Asif Chand
This is not a tutorial, it's an overview on how reached the solution.
==================================================================================================================================
I spent tons of time figuring this out, and thought this might actually help anyone in need.
It turns out the cuda-9.2 and nvidia 396 on the alienware is not very stable.
I made it work with the said configuration: