Spencer Patty

Results 12 comments of Spencer Patty

@paveldyakov yeah it is true, I guess until the next major release we might have to go through process of adding an API that takes either mkl::layout and deprecate the...

> am I right that 1.1 spec release is not a major release of specification? Yes that is correct, this is a minor update, so deprecations are fine, and the...

Hi @capatober, can I recommend you add a graphical picture of interpolation like you have in the oneMKL TAB presentation? That would enhance your api description here. It would probably...

Hi @capatober it looks like the ci build is failing in latexpdf step, you may want to try building locally to figure out what is going wrong and fix it

Hi @andreyfe1 can you update on the status of this PR? Do you have a sense of when you want to target getting this in? We are just passing a...

The first step would be to add Sparse BLAS APIs to the current oneMKL Interfaces project. Once that is done,  it should be straightforward to add cuSparse support. While we...

> @gajanan-choudhary Thanks for your explanation, that makes a lot of sense. > > My only remaining concern would be to make sure that the actual data in the `dense_matrix_handle_t`...

> @spencerpatty @gajanan-choudhary I think the settings changed recently so someone must now approve the workflow. Is one of you able to approve it? I think we are really close...

it appears that all build checks have passed, whenever @gajanan-choudhary and @Rbiessy decide it is time to merge, let me know, and I will pull the trigger :)

Hi @jakub-homola this is an interesting question. So the TRSV operation is solving (lets focus on lower solve) for y in the system "L * y = x". You are...