Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Workaround failure in bench_cg. Evaluate x array early#200

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
umar456 merged 1 commit intoarrayfire:masterfromumar456:eval_early
Dec 26, 2018

Conversation

umar456
Copy link
Member

The bench_cg test was failing to execute on the CUDA backend because two non-linear JIT nodes were being combined and caused the resulting kernel parameter size to go above the threshold. The nodes did not cross the evaluation threshold before hand. This will need to be address upstream.

Upstream issue:arrayfire/arrayfire#2389

@@ -137,11 +138,11 @@ def timeit(calc, iters, args):

def test():
print("\nTesting benchmark functions...")
A, b, x0 = setup_input(50) # dense A
A, b, x0 = setup_input(50, 7) # dense A
Copy link
Member

Choose a reason for hiding this comment

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

If you are going to add a new param explicitly, can you change this to be named parameters ? i.e.setup_input(n=50, sparsity=7)

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Done

@umar456umar456 merged commit9cea077 intoarrayfire:masterDec 26, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@pavankypavankypavanky approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@umar456@pavanky

[8]ページ先頭

©2009-2025 Movatter.jp