You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.
For example, I'm unable to include just "amazon/dsstne/engine/NNTypes.h". Compilation will fail. I need to do:
#include "amazon/dsstne/engine/GPUTypes.h"
#include "amazon/dsstne/engine/NNTypes.h"
since GPUTypes.h declares a "using namespace std" which is implicit in NNTypes.h
The text was updated successfully, but these errors were encountered: