Skip to content
Snippets Groups Projects

GPU backend

Merged prathi3 requested to merge gpu-cg into main
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -8,9 +8,6 @@ use self::hercules_ir::*;
use crate::*;
use std::fs::OpenOptions;
use std::io::Write as IoWrite;
/*
* The top level function to compile a Hercules IR function into CUDA
* kernel for execution on the GPU. We generate CUDA C textually, with a lot
Loading