Skip to content

Instantly share code, notes, and snippets.

@syurkevi
syurkevi / cnn_inference_f32.cpp
Created December 15, 2021 19:43
oneDNN + ArrayFire inference interop example
/*******************************************************************************
* Copyright 2016-2020 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@syurkevi
syurkevi / Dockerfile
Last active September 23, 2021 20:46
Alpha D3M + ArrayFire Dockerfile
FROM registry.gitlab.com/datadrivendiscovery/images/primitives:ubuntu-bionic-python36-master
MAINTAINER "remi.rampin@nyu.edu, raoni@nyu.edu, rlopez@nyu.edu"
RUN apt-get update -yy && \
apt-get install -yy git swig sqlite3 && \
apt-get clean
WORKDIR /usr/src/app