René's URL Explorer Experiment


Title: Function outlining errors in mirgecom · Issue #224 · inducer/arraycontext · GitHub

Open Graph Title: Function outlining errors in mirgecom · Issue #224 · inducer/arraycontext

X Title: Function outlining errors in mirgecom · Issue #224 · inducer/arraycontext

Description: Trying out the outlining capability in #221 with mirgecom: with pytato from (inducer/pytato#431) with mirgecom from (illinois-ceesd/mirgecom#880) To reproduce this, install mirgecom: emirge/install.sh --branch=production-outlining Then r...

Open Graph Description: Trying out the outlining capability in #221 with mirgecom: with pytato from (inducer/pytato#431) with mirgecom from (illinois-ceesd/mirgecom#880) To reproduce this, install mirgecom: emirge/install...

X Description: Trying out the outlining capability in #221 with mirgecom: with pytato from (inducer/pytato#431) with mirgecom from (illinois-ceesd/mirgecom#880) To reproduce this, install mirgecom: emirge/install...

Opengraph URL: https://github.com/inducer/arraycontext/issues/224

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Function outlining errors in mirgecom","articleBody":"Trying out the outlining capability in #221 with mirgecom:\r\n- with pytato from (inducer/pytato#431)\r\n- with mirgecom from (illinois-ceesd/mirgecom#880)\r\n\r\nTo reproduce this, install mirgecom:\r\n`emirge/install.sh --branch=production-outlining`\r\n\r\nThen run any example with CNS operator (cd examples):\r\n`python -m mpi4py  combozzle-mpi.py`\r\n\r\nThe error is as follows:\r\n```\r\nfrozen_inv_metric_deriv_vol: check array access within bounds: started 3s ago\r\nfrozen_inv_metric_deriv_vol: check array access within bounds: completed (3.94s wall 1.00x CPU)\r\nfrozen_inv_metric_deriv_vol: generate code: completed (2.18s wall 1.00x CPU)\r\nbuild program: kernel 'frozen_inv_metric_deriv_vol' was part of a lengthy source build resulting from a binary cache miss (2.60 s)\r\n/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/miniforge3/envs/prediction.env/lib/python3.11/site-packages/pyopencl/invoker.py:366: UserWarning: Kernel 'frozen_inv_metric_deriv_vol_0' has 468 arguments with a total size of 3744 bytes, which approaches the limit of 4352 bytes on \u003cpyopencl.Device 'Tesla V100-SXM2-16GB' on 'Portable Computing Language' at 0x101f47d38\u003e. This might lead to compilation errors, especially on GPU devices.\r\n  warn(f\"Kernel '{function_name}' has {num_cl_args} arguments with \"\r\nTraceback (most recent call last):\r\n  File \"\u003cfrozen runpy\u003e\", line 198, in _run_module_as_main\r\n  File \"\u003cfrozen runpy\u003e\", line 88, in _run_code\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/miniforge3/envs/prediction.env/lib/python3.11/site-packages/mpi4py/__main__.py\", line 7, in \u003cmodule\u003e\r\n    main()\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/miniforge3/envs/prediction.env/lib/python3.11/site-packages/mpi4py/run.py\", line 198, in main\r\n    run_command_line(args)\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/miniforge3/envs/prediction.env/lib/python3.11/site-packages/mpi4py/run.py\", line 47, in run_command_line\r\n    run_path(sys.argv[0], run_name='__main__')\r\n  File \"\u003cfrozen runpy\u003e\", line 291, in run_path\r\n  File \"\u003cfrozen runpy\u003e\", line 98, in _run_module_code\r\n  File \"\u003cfrozen runpy\u003e\", line 88, in _run_code\r\n  File \"combozzle-mpi.py\", line 1309, in \u003cmodule\u003e\r\n    main(use_logmgr=args.log, use_leap=args.leap, input_file=input_file,\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/mpi.py\", line 200, in wrapped_func\r\n    func(*args, **kwargs)\r\n  File \"combozzle-mpi.py\", line 1211, in main\r\n    advance_state(rhs=my_rhs, timestepper=timestepper,\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/steppers.py\", line 439, in advance_state\r\n    _advance_state_stepper_func(\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/steppers.py\", line 164, in _advance_state_stepper_func\r\n    state = timestepper(state=state, t=t, dt=dt, rhs=maybe_compiled_rhs)\r\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/integrators/lsrk.py\", line 66, in euler_step\r\n    return lsrk_step(EulerCoefs, state, t, dt, rhs)\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/integrators/lsrk.py\", line 53, in lsrk_step\r\n    k = coefs.A[i]*k + dt*rhs(t + coefs.C[i]*dt, state)\r\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/arraycontext/arraycontext/impl/pytato/compile.py\", line 316, in __call__\r\n    output_template = self.f(\r\n                      ^^^^^^^\r\n  File \"combozzle-mpi.py\", line 1154, in cfd_rhs\r\n    ns_operator(\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/mirgecom/mirgecom/navierstokes.py\", line 462, in ns_operator\r\n    grad_cv = get_grad_cv(state)\r\n              ^^^^^^^^^^^^^^^^^^\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/arraycontext/arraycontext/impl/pytato/outline.py\", line 159, in __call__\r\n    call_site_output = func_def(**call_parameters)\r\n                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"/p/gpfs1/mtcampbe/CEESD/AutomatedTesting/MIRGE-Timing/timing/y3-prediction-testing/emirge/pytato/pytato/function.py\", line 172, in __call__\r\n    if expected_arg.dtype != kwargs[argname].dtype:\r\n                             ~~~~~~^^^^^^^^^\r\nKeyError: '_actx_in_1_0_mass_0'\r\n--------------------------------------------------------------------------\r\nMPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD\r\nwith errorcode 1.\r\n\r\nNOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.\r\nYou may or may not see output from other processes, depending on\r\nexactly when Open MPI kills them.\r\n--------------------------------------------------------------------------\r\n```\r\n\r\nAs an initial guess, it looks like maybe the outlining infrastructure picks apart the array containers down to DOFArrays, but then looks for the function arguments to be the DOFArrays instead of the containers?","author":{"url":"https://github.com/MTCam","@type":"Person","name":"MTCam"},"datePublished":"2023-04-20T13:47:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/224/arraycontext/issues/224"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:01fdf46d-356e-4077-d355-a6f93e7e1365
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD06C:366857:154ADD4:1D64723:6A4EA8AD
html-safe-nonce0930a52d72538500f2fa450be94eff330c6daf57d1a8c4ee9be6e08bc9886fa9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDZDOjM2Njg1NzoxNTRBREQ0OjFENjQ3MjM6NkE0RUE4QUQiLCJ2aXNpdG9yX2lkIjoiMzAwMDQ4ODU4MDI0ODE1MjIzNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac207ef38ccfac696b7cc6dc93283e2c601829af9745b009e5e87b13c6916af619
hovercard-subject-tagissue:1676766318
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/inducer/arraycontext/224/issue_layout
twitter:imagehttps://opengraph.githubassets.com/86300ae5d37e43cab7cacb2472534bfb441f2ca2ce0b70ae55f0e2baed26858e/inducer/arraycontext/issues/224
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/86300ae5d37e43cab7cacb2472534bfb441f2ca2ce0b70ae55f0e2baed26858e/inducer/arraycontext/issues/224
og:image:altTrying out the outlining capability in #221 with mirgecom: with pytato from (inducer/pytato#431) with mirgecom from (illinois-ceesd/mirgecom#880) To reproduce this, install mirgecom: emirge/install...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMTCam
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
go-importgithub.com/inducer/arraycontext git https://github.com/inducer/arraycontext.git
octolytics-dimension-user_id352067
octolytics-dimension-user_logininducer
octolytics-dimension-repository_id364716587
octolytics-dimension-repository_nwoinducer/arraycontext
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id364716587
octolytics-dimension-repository_network_root_nwoinducer/arraycontext
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/inducer/arraycontext/issues/224#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Finducer%2Farraycontext%2Fissues%2F224
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Finducer%2Farraycontext%2Fissues%2F224
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=inducer%2Farraycontext
Reloadhttps://github.com/inducer/arraycontext/issues/224
Reloadhttps://github.com/inducer/arraycontext/issues/224
Reloadhttps://github.com/inducer/arraycontext/issues/224
inducer https://github.com/inducer
arraycontexthttps://github.com/inducer/arraycontext
Notifications https://github.com/login?return_to=%2Finducer%2Farraycontext
Fork 11 https://github.com/login?return_to=%2Finducer%2Farraycontext
Star 9 https://github.com/login?return_to=%2Finducer%2Farraycontext
Code https://github.com/inducer/arraycontext
Issues 23 https://github.com/inducer/arraycontext/issues
Pull requests 20 https://github.com/inducer/arraycontext/pulls
Actions https://github.com/inducer/arraycontext/actions
Projects https://github.com/inducer/arraycontext/projects
Security and quality 0 https://github.com/inducer/arraycontext/security
Insights https://github.com/inducer/arraycontext/pulse
Code https://github.com/inducer/arraycontext
Issues https://github.com/inducer/arraycontext/issues
Pull requests https://github.com/inducer/arraycontext/pulls
Actions https://github.com/inducer/arraycontext/actions
Projects https://github.com/inducer/arraycontext/projects
Security and quality https://github.com/inducer/arraycontext/security
Insights https://github.com/inducer/arraycontext/pulse
Function outlining errors in mirgecomhttps://github.com/inducer/arraycontext/issues/224#top
https://github.com/MTCam
MTCamhttps://github.com/MTCam
on Apr 20, 2023https://github.com/inducer/arraycontext/issues/224#issue-1676766318
#221https://github.com/inducer/arraycontext/pull/221
Trace call changes with production-compatible pytato pytato#431https://github.com/inducer/pytato/pull/431
Try outlining grad funcs. illinois-ceesd/mirgecom#880https://github.com/illinois-ceesd/mirgecom/pull/880
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.