Rahulkumar Gayatri

Results 51 comments of Rahulkumar Gayatri

> Did you try on AMD? No not yet. AMD is still giving linktime issues that I need to debug.

I tried this on Cori-GPU which also has a Skylake CPU but was unable to reproduce the issue following the above steps. Can you give me any other pointers ?...

Do you still observe that with the current develop branch? I tried running the same SHA and still dint see the error : ``` rgayatri@cgpu18:~/Kokkos/upstream/kokkos/build_issue_4017> echo $(git log --pretty=format:'%h' -n...

@liruipeng Yes Clang-11 has problems with MathSpecialFunctions. Can you try a much recent version of clang. For example we try clang-12 in our internal testing.

> Hi @liruipeng and @rgayatri23 - is this issue still active? Not sure. I suspect newer llvm versions should have solved this issue. @liruipeng can you confirm that?

I see your point. `result` is not being declared as an array but as a scalar in every case. Yes your solution should solve the issue. We also need to...

Why would the API need to be changed? As you correctly pointed out we can just send the product of `m_result_ptr_num_elems * sizeof(ValueType)` as the 2nd parameter.

> @rgayatri23 Please rebase so that this doesn't include 611 commits. Yes sorry about that. I rebased and merged by mistake. Fixed the issue.

I have addressed the comments and added a unit test to check whether the cache preference logic holds true.