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

Changes to examples code to support Julia v1 syntax #175

Merged
merged 1 commit into from
Jun 26, 2019

Conversation

lwabeke
Copy link
Contributor

@lwabeke lwabeke commented Jun 10, 2019

Basically just the changes recommended by running the examples in Julia v0.7 to be able to support v1 syntax

Copy link
Member

@jpsamaroo jpsamaroo left a comment

Choose a reason for hiding this comment

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

LGTM!


# force compilation
seq_mat_mul_sdot(Mdim, Ndim, Pdim, h_A, h_B, h_C)

for i in 1:COUNT
fill!(h_C, 0.0)
t1 = time()
#seq_mat_mul_sdot(Mdim, Ndim, Pdim, h_A, h_B, h_C)
seq_mat_mul_sdot(Mdim, Ndim, Pdim, h_A, h_B, h_C)
Copy link
Member

Choose a reason for hiding this comment

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

Do you know why this was commented out previously? There doesn't seem to be any information in the PR that made this change (#11), so I just want to confirm that you are confident this change is correct 🙂

@vchuravy vchuravy merged commit 65be216 into JuliaGPU:master Jun 26, 2019
@DilumAluthge DilumAluthge mentioned this pull request Feb 27, 2020
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.

3 participants