Alan Dayton

Results 53 issues of Alan Dayton

Is there a way to add a plugin at run time via calling a method (note that I do not want to deal with shared objects)? All I can find...

reviewed

It looks like RAJA is using custom variables for setting the CUDA architecture (CUDA_ARCH and CUDA_CODE, see https://github.com/LLNL/RAJA/blob/develop/CMakeLists.txt#L114). In CMake 3.18, a new variable called CMAKE_CUDA_ARCHITECTURES is provided so that...

compilation
cuda support

CMake Warning (dev) at /usr/tce/backend/installations/linux-rhel8-x86_64/gcc-10.2.1/cmake-3.21.1-r36vais2fcnwnbsd63glpwypg55bts7y/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (ROCPRIM) does not match the name of the calling package (RocPRIM). This can lead to problems in calling...

compilation

Using `is` for comparing strings does not work on both python2 and python3. I changed some code to use `==` instead.

First of all, it would be great to be able to install this using pip. To be able to use this as a library in a python script would be...

We've experienced some conflicts with the src/utilities/version script. It turns out is a header used by boost (and it will also be part of the std library in C++20, see...

In some cases, it is desirable to have memory initialized to 0 (particularly for debugging). This option is controlled by passing CHAI_ENABLE_ZERO_INITIALIZED_MEMORY=ON to CMake. It is off by default to...

Can we mark the getPointer method as deprecated since the data method does the same thing and is more concise and consistent with the std library?

EDIT: See my comment below for an even simpler test case. Data movement is triggered by the copy constructor, right? I have a case where a ManagedArray is a member...

* Replaces the following in serac with camp implementations that are fully variadic: ** tuple ** tuple_size ** tuple_element ** several methods relating to tuples