Joey Ortiz

Results 24 comments of Joey Ortiz

Ok, yeah @unsalted 's solution worked for me, it seems strange though that I have to set an environment variable and pass its value to cmake...seems redundant. Also, I don't...

Yes, please. I built with Cuda 9.1 removing #include "device_functions_decls.h" from eqcuda.hpp.

This is a great guide you have written, incorporating all the recent discussions. I would also add that if you have a new cuda version (9.1 in my case), you...

Search issues for keyword "device_functions_decls.h" and there will be at least five issues saying what to do. For me, deleting `#include "device_functions_decls.h"` from eqcuda.hpp worked. Not sure why its even...

@rgaufman The error message says you're not using or don't have the right version of gcc `usr/include/crt/host_config.h:121:2: error: #error -- unsupported GNU version! gcc versions later than 6 are not...

Hello @kch382001. Thanks for finding the errors in the example code. I know I had to fix a few of them to get mine to run. When you make an...

@kch382001 You should also write descriptive titles about what the error is specifically, not "error out".

@kch382001 A better title for the issue would be "Can't set attribute error when adding constraint in get_trades"

You're going to need to provide some more detail for useful feedback.

Please provide the whole stack trace, not just the error message.