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

Questions about mexMPnu8 CUDA kernel #273

Closed
wants to merge 2 commits into from

Conversation

alexmorley
Copy link

No description provided.

@@ -933,7 +933,7 @@ void mexFunction(int nlhs, mxArray *plhs[],
cudaMemset(d_stSort, 0, maxFR * sizeof(int));


dim3 tpB(8, 2*nt0-1), tpF(16, Nnearest), tpS(nt0, 16), tpW(Nnearest, Nrank), tpPC(NchanU, Nrank);
dim3 tpF(16, Nnearest), tpS(nt0, 16), tpPC(NchanU, Nrank);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other two aren't used.

@alexmorley alexmorley closed this Nov 9, 2020
@@ -950,7 +950,6 @@ void mexFunction(int nlhs, mxArray *plhs[],
#ifndef ENSURE_DETERM
if (useStableMode) {
// create copy of the dataraw, d_dout, d_data as doubles for arithmetic
// number of consecutive points to convert = Params(17) (Params(18) in matlab)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is correct any more?

CUDA/mexMPnu8.cu Outdated Show resolved Hide resolved
@alexmorley alexmorley reopened this Nov 9, 2020
@alexmorley alexmorley marked this pull request as draft November 9, 2020 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant