mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-14 06:18:12 +00:00
Fix wrapping everything inside #if TRACY_ENABLE / #else blocks
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#define __TRACYCUDA_HPP__
|
||||
|
||||
#ifndef TRACY_ENABLE
|
||||
|
||||
// TODO: Add necessary macros here
|
||||
|
||||
#else
|
||||
#include <cupti.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user