René's URL Explorer Experiment


Title: af_join vs af_join_many inconsistent empty array behavior[BUG] · Issue #3209 · arrayfire/arrayfire · GitHub

Open Graph Title: af_join vs af_join_many inconsistent empty array behavior[BUG] · Issue #3209 · arrayfire/arrayfire

X Title: af_join vs af_join_many inconsistent empty array behavior[BUG] · Issue #3209 · arrayfire/arrayfire

Description: This is a bug with inconsistent behavior between af_join() and af_join_many() af_join() will retain the original array if the second array is empty af_join_many() will throw an error if it receives an empty array. The docs do currently s...

Open Graph Description: This is a bug with inconsistent behavior between af_join() and af_join_many() af_join() will retain the original array if the second array is empty af_join_many() will throw an error if it receives...

X Description: This is a bug with inconsistent behavior between af_join() and af_join_many() af_join() will retain the original array if the second array is empty af_join_many() will throw an error if it receives...

Opengraph URL: https://github.com/arrayfire/arrayfire/issues/3209

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"af_join vs af_join_many inconsistent empty array behavior[BUG]","articleBody":"This is a bug with inconsistent behavior between __af_join()__ and __af_join_many()__\r\n__af_join()__ will retain the original array if the second array is empty\r\n__af_join_many()__ will throw an error if it receives an empty array. \r\nThe docs do currently specify \"Requires that all dimensions except the join dimension must be the same for all arrays.\" however we can handle this special case and behavior should be consistent between functions.\r\n\r\nExample code snippet for reproducing:\r\n```\r\nauto a = af::array(); // empty\r\nauto b = af::randu(9);\r\n\r\nauto c = af::join(2, a, b); // works\r\n\r\n\r\nstd::vector\u003caf_array\u003e arrs = {a.get(), b.get()};\r\n\r\naf_array out = nullptr;\r\nAF_CHECK(af_join_many(\u0026handle, axis, arrs.size(), arrs.data())); // fails with:\r\n// C++ exception with description \"ArrayFire Exception (Invalid input size:203):\r\n```\r\n","author":{"url":"https://github.com/syurkevi","@type":"Person","name":"syurkevi"},"datePublished":"2022-02-01T21:39:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3209/arrayfire/issues/3209"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a41f850e-b0a7-3ac4-ee3e-f496f1b24678
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8E70:2ECE53:29AEDAA:3945B79:6964E7A5
html-safe-nonce96c0fde2932b0f2d31ee1a7f47be29bd3e4adf4f5cd318ece85f315537ddae79
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTcwOjJFQ0U1MzoyOUFFREFBOjM5NDVCNzk6Njk2NEU3QTUiLCJ2aXNpdG9yX2lkIjoiNTgzNDAwMjcyMDE1MzIwMDU0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb2f95b8e37716dbaaebf7beb61a2f3d0804c119b142219d455e26531dd6c5185
hovercard-subject-tagissue:1121226642
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/arrayfire/arrayfire/3209/issue_layout
twitter:imagehttps://opengraph.githubassets.com/304545949dc1957713e1782d30d8d31f4ad8213b14f7e260bfa169d267b3950c/arrayfire/arrayfire/issues/3209
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/304545949dc1957713e1782d30d8d31f4ad8213b14f7e260bfa169d267b3950c/arrayfire/arrayfire/issues/3209
og:image:altThis is a bug with inconsistent behavior between af_join() and af_join_many() af_join() will retain the original array if the second array is empty af_join_many() will throw an error if it receives...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesyurkevi
hostnamegithub.com
expected-hostnamegithub.com
None3c30097417ecb9dfdab6b2e8bc7dc38d73e183d6ad48f94cb69e4a5daa2dbb87
turbo-cache-controlno-preview
go-importgithub.com/arrayfire/arrayfire git https://github.com/arrayfire/arrayfire.git
octolytics-dimension-user_id5395442
octolytics-dimension-user_loginarrayfire
octolytics-dimension-repository_id25889802
octolytics-dimension-repository_nwoarrayfire/arrayfire
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id25889802
octolytics-dimension-repository_network_root_nwoarrayfire/arrayfire
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
release69fc54a84c74307369dba42af5401200531d116e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/arrayfire/arrayfire/issues/3209#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Farrayfire%2Farrayfire%2Fissues%2F3209
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Farrayfire%2Farrayfire%2Fissues%2F3209
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=arrayfire%2Farrayfire
Reloadhttps://github.com/arrayfire/arrayfire/issues/3209
Reloadhttps://github.com/arrayfire/arrayfire/issues/3209
Reloadhttps://github.com/arrayfire/arrayfire/issues/3209
arrayfire https://github.com/arrayfire
arrayfirehttps://github.com/arrayfire/arrayfire
Notifications https://github.com/login?return_to=%2Farrayfire%2Farrayfire
Fork 549 https://github.com/login?return_to=%2Farrayfire%2Farrayfire
Star 4.8k https://github.com/login?return_to=%2Farrayfire%2Farrayfire
Code https://github.com/arrayfire/arrayfire
Issues 285 https://github.com/arrayfire/arrayfire/issues
Pull requests 18 https://github.com/arrayfire/arrayfire/pulls
Actions https://github.com/arrayfire/arrayfire/actions
Projects 0 https://github.com/arrayfire/arrayfire/projects
Wiki https://github.com/arrayfire/arrayfire/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/arrayfire/arrayfire/security
Please reload this pagehttps://github.com/arrayfire/arrayfire/issues/3209
Insights https://github.com/arrayfire/arrayfire/pulse
Code https://github.com/arrayfire/arrayfire
Issues https://github.com/arrayfire/arrayfire/issues
Pull requests https://github.com/arrayfire/arrayfire/pulls
Actions https://github.com/arrayfire/arrayfire/actions
Projects https://github.com/arrayfire/arrayfire/projects
Wiki https://github.com/arrayfire/arrayfire/wiki
Security https://github.com/arrayfire/arrayfire/security
Insights https://github.com/arrayfire/arrayfire/pulse
New issuehttps://github.com/login?return_to=https://github.com/arrayfire/arrayfire/issues/3209
New issuehttps://github.com/login?return_to=https://github.com/arrayfire/arrayfire/issues/3209
#3211https://github.com/arrayfire/arrayfire/pull/3211
af_join vs af_join_many inconsistent empty array behavior[BUG]https://github.com/arrayfire/arrayfire/issues/3209#top
#3211https://github.com/arrayfire/arrayfire/pull/3211
https://github.com/syurkevi
bughttps://github.com/arrayfire/arrayfire/issues?q=state%3Aopen%20label%3A%22bug%22
3.9.0https://github.com/arrayfire/arrayfire/milestone/32
https://github.com/syurkevi
https://github.com/syurkevi
syurkevihttps://github.com/syurkevi
on Feb 1, 2022https://github.com/arrayfire/arrayfire/issues/3209#issue-1121226642
syurkevihttps://github.com/syurkevi
bughttps://github.com/arrayfire/arrayfire/issues?q=state%3Aopen%20label%3A%22bug%22
3.9.0https://github.com/arrayfire/arrayfire/milestone/32
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.