Skip to content

Instantly share code, notes, and snippets.

View jnewb1's full-sized avatar

Justin Newberry jnewb1

View GitHub Profile
@jnewb1
jnewb1 / test_cl_performance
Created September 19, 2023 20:50
opencl vs opencv
import cv2
import numpy as np
import os
import pyopencl as cl
import pyopencl.array as cl_array
import time
from openpilot.common.basedir import BASEDIR