added debug print states or rtl

This commit is contained in:
Blaise Tine
2020-05-16 14:19:17 -04:00
parent 65c2da76cf
commit d6c87dbb0a
24 changed files with 7100 additions and 5980 deletions

View File

@@ -1,6 +1,5 @@
#ifndef VX_API_
#define VX_API_
#ifndef VX_API_H
#define VX_API_H
#include <stdint.h>
#include <stdio.h>
@@ -11,7 +10,7 @@ extern "C" {
typedef void (*func_t)(void *);
void vx_spawn_warps(unsigned numWarps, unsigned numThreads, func_t func_ptr , void * args);
void vx_spawn_warps(int num_warps, int num_threads, func_t func_ptr , void * args);
struct context_t {
uint32_t num_groups[3];