Skip to content

Instantly share code, notes, and snippets.

@ppetrushkov
ppetrushkov / minimal_fbgemm.cpp
Created March 19, 2020 14:52
DNNL vs FBGEMM u8s8s32 single core performance
#include <iostream>
#include <chrono>
#include <cmath>
#include "dnnl.hpp"
#include "fbgemm/Fbgemm.h"
template<typename T>