Skip to content

Instantly share code, notes, and snippets.

@scchan
scchan / saxpy.cpp
Last active October 12, 2018 16:11
hcc saxpy example
#include <random>
#include <algorithm>
#include <iostream>
#include <cmath>
// header file for the hc API
#include <hc.hpp>
#define N (1024 * 500)