Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abstract_ops.h thread safety #18

Open
jeffdaily opened this issue Apr 5, 2017 · 0 comments
Open

abstract_ops.h thread safety #18

jeffdaily opened this issue Apr 5, 2017 · 0 comments

Comments

@jeffdaily
Copy link
Member

abstract_ops.h has two static variables shared between operators.

static double __elem_op_var;
static double __elem_op_var2;

This is beside the fact abstract_ops.h is difficult to use. It's trying to solve the problem of copy-paste coding for the various GA data types in math operations, e.g., scan_add, elem_multiply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant