René's URL Explorer Experiment


Title: [BUG] Elementwise value assignment silently fails after in-place array downsize using `rows()` · Issue #3534 · arrayfire/arrayfire · GitHub

Open Graph Title: [BUG] Elementwise value assignment silently fails after in-place array downsize using `rows()` · Issue #3534 · arrayfire/arrayfire

X Title: [BUG] Elementwise value assignment silently fails after in-place array downsize using `rows()` · Issue #3534 · arrayfire/arrayfire

Description: In some scenarios, it seems that, after downsizing an array using an in-place call to rows() (ie, overwrite an array with only subset of its current rows), elementwise value assignment silently fails (ie, the element's value does not cha...

Open Graph Description: In some scenarios, it seems that, after downsizing an array using an in-place call to rows() (ie, overwrite an array with only subset of its current rows), elementwise value assignment silently fai...

X Description: In some scenarios, it seems that, after downsizing an array using an in-place call to rows() (ie, overwrite an array with only subset of its current rows), elementwise value assignment silently fai...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[BUG] Elementwise value assignment silently fails after in-place array downsize using `rows()`","articleBody":"In some scenarios, it seems that, after downsizing an array using an in-place call to `rows()` (ie, overwrite an array with only subset of its current rows), elementwise value assignment silently fails (ie, the element's value does not change and there are no compile or runtime errors).\r\n\r\nDescription\r\n===========\r\n* Did you build ArrayFire yourself or did you use the official installers: **Built myself.**\r\n* Which backend is experiencing this issue? **CUDA.**\r\n* Do you have a workaround? **No.**\r\n* Can the bug be reproduced reliably on your system? **Yes.**\r\n* A clear and concise description of what you expected to happen. **Expected elementwise value assignment to succeed (eg, in example below, `Drows(0,0)` to have value `1234`). Given that that fails, expected a compile or runtime error.**\r\n* Run your executable with AF_TRACE=all and AF_PRINT_ERRORS=1 environment variables set:\r\n```\r\n# AF_TRACE=all AF_PRINT_ERRORS=1 aftest\r\n[platform][1708117940][9998] [ /tmp/arrayfire/src/backend/common/DependencyModule.cpp:102 ] Attempting to load: libforge.so\r\n[platform][1708117940][9998] [ /tmp/arrayfire/src/backend/common/DependencyModule.cpp:107 ] Unable to open forge\r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:497 ] CUDA Driver supports up to CUDA 12.3.0 ArrayFire CUDA Runtime 11.3.0\r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:478 ] CUDA driver version(12.3.0) not part of the CudaToDriverVersion array. Please create an issue or a pull request on the ArrayFire repository to update the CudaToDriverVersion variable with this version of the CUDA runtime.\r\n\r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:566 ] Found 1 CUDA devices\r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:588 ] Found device: NVIDIA RTX A3000 Laptop GPU (sm_86) (5.80 GB | ~12187.5 GFLOPs | 32 SMs)\r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:652 ] AF_CUDA_DEFAULT_DEVICE: \r\n[platform][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:670 ] Default device: 0(NVIDIA RTX A3000 Laptop GPU)\r\n[mem][1708117942][9998] [ /tmp/arrayfire/src/backend/common/DefaultMemoryManager.cpp:127 ] memory[0].max_bytes: 4.8 GB\r\n[mem][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/memory.cpp:155 ] nativeAlloc:    1 KB 0x7fe876800000\r\n[jit][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {14966320269747309860 : loaded from /root/.arrayfire/KER14966320269747309860_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::range\u003cfloat\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\nDrows\r\n[5 5 1 1]\r\n[mem][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/memory.cpp:155 ] nativeAlloc:    1 KB 0x7fe876800400\r\n[jit][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {291210446400920389   : loaded from /root/.arrayfire/KER291210446400920389_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::transpose\u003cfloat,false,false\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000 \r\n    4.0000     4.0000     4.0000     4.0000     4.0000 \r\n\r\n[jit][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {8447298384643760287  : loaded from /root/.arrayfire/KER8447298384643760287_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::memCopy\u003cfloat\u003e: Blocks: [1, 5, 1] Threads: [32, 1, 1] Shared Memory: 0\r\n[jit][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {8641389271879371835  : loaded from /root/.arrayfire/KER8641389271879371835_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/jit.cpp:512 ] Launching : Dims: [1,1,1,1] Blocks: [1 1 1] Threads: [128 1 1] threads: 128\r\nDrows\r\n[4 5 1 1]\r\n[kernel][1708117942][9998] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::transpose\u003cfloat,false,false\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000\r\n```\r\n\r\nReproducible Code and/or Steps\r\n------------------------------\r\nProgram/output (note the `(0,0)` element of the last print):\r\n```\r\n#include \u003carrayfire.h\u003e\r\n\r\nusing namespace af;\r\n\r\nint main(int argc, char **argv)\r\n{\r\n    array Drows = range(dim4(5,5));\r\n    af_print(Drows);\r\n\r\n    Drows = Drows.rows(0,3);\r\n    Drows(0,0) = 1234;\r\n    af_print(Drows);\r\n\r\n    return 0;\r\n}\r\n\r\n\r\n# aftest\r\nDrows\r\n[5 5 1 1]\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000 \r\n    4.0000     4.0000     4.0000     4.0000     4.0000 \r\n\r\nDrows\r\n[4 5 1 1]\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000\r\n```\r\n\r\nInterestingly, initializing the array as a copy of an existing array yields the expected behavior: \r\n```\r\n#include \u003carrayfire.h\u003e\r\n\r\nusing namespace af;\r\n\r\nint main(int argc, char **argv)\r\n{\r\n    array D = range(dim4(5,5));\r\n    array Drows = D;\r\n    af_print(Drows);\r\n\r\n    Drows = Drows.rows(0,3);\r\n    Drows(0,0) = 1234;\r\n    af_print(Drows);\r\n\r\n    return 0;\r\n}\r\n\r\n\r\n# aftest\r\nDrows\r\n[5 5 1 1]\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000 \r\n    4.0000     4.0000     4.0000     4.0000     4.0000 \r\n\r\nDrows\r\n[4 5 1 1]\r\n 1234.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000\r\n```\r\n\r\n**EDIT**: Additionally, here is the full debugging output for this case that succeeds (I note an additional `[mem]` line before the final `af_print`):\r\n```\r\n# AF_TRACE=all AF_PRINT_ERRORS=1 aftest\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/common/DependencyModule.cpp:102 ] Attempting to load: libforge.so\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/common/DependencyModule.cpp:107 ] Unable to open forge\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:497 ] CUDA Driver supports up to CUDA 12.3.0 ArrayFire CUDA Runtime 11.3.0\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:478 ] CUDA driver version(12.3.0) not part of the CudaToDriverVersion array. Please create an issue or a pull request on the ArrayFire repository to update the CudaToDriverVersion variable with this version of the CUDA runtime.\r\n\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:566 ] Found 1 CUDA devices\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:588 ] Found device: NVIDIA RTX A3000 Laptop GPU (sm_86) (5.80 GB | ~12187.5 GFLOPs | 32 SMs)\r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:652 ] AF_CUDA_DEFAULT_DEVICE: \r\n[platform][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/device_manager.cpp:670 ] Default device: 0(NVIDIA RTX A3000 Laptop GPU)\r\nArrayFire v3.9.0 (CUDA, 64-bit Linux, build b59a1ae53)\r\nPlatform: CUDA Runtime 11.3, Driver: 545.23.08\r\n[0] NVIDIA RTX A3000 Laptop GPU, 5938 MB, CUDA Compute 8.6\r\n[mem][1708119537][10870] [ /tmp/arrayfire/src/backend/common/DefaultMemoryManager.cpp:127 ] memory[0].max_bytes: 4.8 GB\r\n[mem][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/memory.cpp:155 ] nativeAlloc:    1 KB 0x7fe1c8800000\r\n[jit][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {14966320269747309860 : loaded from /root/.arrayfire/KER14966320269747309860_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::range\u003cfloat\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\nDrows\r\n[5 5 1 1]\r\n[mem][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/memory.cpp:155 ] nativeAlloc:    1 KB 0x7fe1c8800400\r\n[jit][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {291210446400920389   : loaded from /root/.arrayfire/KER291210446400920389_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::transpose\u003cfloat,false,false\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\n    0.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000 \r\n    4.0000     4.0000     4.0000     4.0000     4.0000 \r\n\r\n[jit][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {8447298384643760287  : loaded from /root/.arrayfire/KER8447298384643760287_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::memCopy\u003cfloat\u003e: Blocks: [1, 5, 1] Threads: [32, 1, 1] Shared Memory: 0\r\n[jit][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/compile_module.cpp:472 ] {8641389271879371835  : loaded from /root/.arrayfire/KER8641389271879371835_CU_86_AF_39.bin for NVIDIA RTX A3000 Laptop GPU }\r\n[kernel][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/jit.cpp:512 ] Launching : Dims: [1,1,1,1] Blocks: [1 1 1] Threads: [128 1 1] threads: 128\r\nDrows\r\n[4 5 1 1]\r\n[mem][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/memory.cpp:155 ] nativeAlloc:    1 KB 0x7fe1c8800800\r\n[kernel][1708119537][10870] [ /tmp/arrayfire/src/backend/cuda/Kernel.hpp:37 ] Launching arrayfire::cuda::transpose\u003cfloat,false,false\u003e: Blocks: [1, 1, 1] Threads: [32, 8, 1] Shared Memory: 0\r\n 1234.0000     0.0000     0.0000     0.0000     0.0000 \r\n    1.0000     1.0000     1.0000     1.0000     1.0000 \r\n    2.0000     2.0000     2.0000     2.0000     2.0000 \r\n    3.0000     3.0000     3.0000     3.0000     3.0000\r\n```\r\n\r\nSystem Information\r\n------------------\r\nPlease provide the following information:\r\n1. ArrayFire version: **3.9.0**\r\n2. Devices installed on the system **NVIDIA RTX A3000 Laptop GPU**\r\n3. Output from the af::info() function if applicable.\r\n```\r\nArrayFire v3.9.0 (CUDA, 64-bit Linux, build b59a1ae53)\r\nPlatform: CUDA Runtime 11.3, Driver: 545.23.08\r\n[0] NVIDIA RTX A3000 Laptop GPU, 5938 MB, CUDA Compute 8.6\r\n```\r\n4. Output from the following scripts:\r\nLinux output:\r\n```\r\n# bash afbugreport.sh \r\nNo LSB modules are available.\r\nDistributor ID:\tUbuntu\r\nDescription:\tUbuntu 20.04.6 LTS\r\nRelease:\t20.04\r\nCodename:\tfocal\r\nname, memory.total [MiB], driver_version\r\nNVIDIA RTX A3000 Laptop GPU, 6144 MiB, 545.23.08\r\nrocm-smi not found.\r\nclinfo not found.\r\n```\r\n\r\nChecklist\r\n---------\r\n\r\n- [x] Using the latest available ArrayFire release\r\n- [x] GPU drivers are up to date\r\n","author":{"url":"https://github.com/warnellg","@type":"Person","name":"warnellg"},"datePublished":"2024-02-16T21:36:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/3534/arrayfire/issues/3534"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:462ce1d2-8f37-f5c2-d879-e3a8272d9525
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA1AC:AD745:2F564F6:40CDC1E:6964E8F0
html-safe-noncec023ce4ede8ba487edabfe0990bf673db255033160e89ba3726b4c02b3fac479
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMUFDOkFENzQ1OjJGNTY0RjY6NDBDREMxRTo2OTY0RThGMCIsInZpc2l0b3JfaWQiOiI0OTcwODUxNTkwODc2NzUyMTEyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac400ed461a1a036d0e7246e382eca2fc47713db31aec8d14d42e7e36ef2338515
hovercard-subject-tagissue:2139521232
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/3534/issue_layout
twitter:imagehttps://opengraph.githubassets.com/48cd1e19e39bdde427fa7c06d3bb8a7ecead35942791910877639c4718a1043b/arrayfire/arrayfire/issues/3534
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/48cd1e19e39bdde427fa7c06d3bb8a7ecead35942791910877639c4718a1043b/arrayfire/arrayfire/issues/3534
og:image:altIn some scenarios, it seems that, after downsizing an array using an in-place call to rows() (ie, overwrite an array with only subset of its current rows), elementwise value assignment silently fai...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamewarnellg
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/3534#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Farrayfire%2Farrayfire%2Fissues%2F3534
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%2F3534
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/3534
Reloadhttps://github.com/arrayfire/arrayfire/issues/3534
Reloadhttps://github.com/arrayfire/arrayfire/issues/3534
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/3534
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/3534
New issuehttps://github.com/login?return_to=https://github.com/arrayfire/arrayfire/issues/3534
#3538https://github.com/arrayfire/arrayfire/pull/3538
[BUG] Elementwise value assignment silently fails after in-place array downsize using rows()https://github.com/arrayfire/arrayfire/issues/3534#top
#3538https://github.com/arrayfire/arrayfire/pull/3538
https://github.com/umar456
bughttps://github.com/arrayfire/arrayfire/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/warnellg
https://github.com/warnellg
warnellghttps://github.com/warnellg
on Feb 16, 2024https://github.com/arrayfire/arrayfire/issues/3534#issue-2139521232
umar456https://github.com/umar456
bughttps://github.com/arrayfire/arrayfire/issues?q=state%3Aopen%20label%3A%22bug%22
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.