Skip to content

johnmaxrin/BlogCodeBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate to LLVM IR

mlir-translate sample.mlir --mlir-to-llvmir -o sample.ll

Compile

clang++ runtime.cc sample.ll -O3 -lcuda -o run_kernel

Run

./run_kernel

About

This repository hosts all the codebases related to my blogs, organized into separate branches. Each branch corresponds to a specific blog post, containing the relevant scripts, examples, and resources. The repository is designed to provide practical insights and hands-on demonstrations for topics discussed in the blogs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors