Skip to content

Instantly share code, notes, and snippets.

View meshtag's full-sized avatar
💻

Prathamesh Tagore meshtag

💻
View GitHub Profile
@meshtag
meshtag / gist:35c1a98e53cbaba71daf671a52ba24d1
Created March 17, 2024 20:10
Sanity test for channel processing.
// #map = affine_map<(d0) -> (d0)>
#map0 = affine_map<(d0, d1) -> (d0 + d1 - 1)>
// #map1 = affine_map<(d0) -> (d0 ceildiv 256)>
#map_new = affine_map<(d0, d1, d2) -> (d0 + d1 - d2)>
#map = affine_map<(d0, d1, d2) -> (d0 + d1 - d2)>
#map1 = affine_map<(d0) -> (d0)>
module {
func.func private @printMemrefF32(memref<*xf32>)
import moviepy.editor as mp
import numpy as np
from PIL import Image
import argparse, os, re, pickle
import numpy as np
from model import *
from dataset_3d import *
from resnet_2d3d import neq_load_customized
from utils import (
denorm,
@meshtag
meshtag / .md
Last active February 16, 2022 08:24