Kyle Lutz

Results 18 comments of Kyle Lutz

Hmm, that is frustrating. IIRC, `clEnqueueSVMMemcpy()` worked fine for me with both AMD and Intel OpenCL 2.0 drivers. What happens on your machine, just no data is ever copied? One...

I agree, this would probably be better to have in the public API. There have been some discussions in the past (http://lists.boost.org/boost-users/2013/03/78146.php) to add this sort of trait somewhere more...

Hmm, I ran your code on my laptop (Macbook Pro with Geforce GT 750M) and didn't get a crash. What platform/GPU are you using? Does it throw an exception or...

I've made a very simple test case in PR #512, can you try that out and let me know if it crashes on your machine?

Oh yeah, we've hit this issue before. The AMD OpenCL compiler seems to have problems when assigning aggregate types (structs) from temporary values (which should be perfectly valid and is...

Yeah, there was a post made by @ddemidov on the AMD OpenCL forums a while back (https://community.amd.com/thread/166622). I don't think the issue has been resolved.

It would be great to have improvements for these algorithms! Would you be interested in working on that?

Strange, I don't get a segfault when I run it. For me, the file is read successfully but only an empty molecule is returned. Could you run it under gdb...