Bend icon indicating copy to clipboard operation
Bend copied to clipboard

A massively parallel, high-level programming language

Results 178 Bend issues
Sort by recently updated
recently updated
newest added

Add text version of demo, for accessibility and just general usefulness. People I showed Bend to complained that the video was inconvenient, and I agree. I still linked to the...

### Description When I run the compiled CUDA [bitonic sorter example](https://gist.github.com/VictorTaelin/face210ca4bc30d96b2d5980278d3921) (linked in the README) I get this error: ```text Failed to launch kernels (error code an illegal memory access...

bug
HVM

**Describe the bug** I installed the Bend lang on WSL2 Windows 11 Pro 64 bit, Ubuntu 24: BUT: user@DESKTOP-UIDK5MM:/mnt/c/Users/User/Downloads$ cargo +nightly install hvm Updating crates.io index Ignored package `hvm v2.0.8`...

bug

**Is your feature request related to a problem? Please describe.** On high performance computing clusters, MPI is often used as an interface between multiple machines. Adding support for MPI in...

enhancement
HVM

Currently, the boolean data type is not defined by default; you must define it yourself (see examples/all_tree.bend). At present, if you perform a comparison like `0 == 0`, it returns...

enhancement
syntax

**Is your feature request related to a problem? Please describe.** I have an AMD GPU so I cannot take advantage of the CUDA running. **Describe the solution you'd like** I...

enhancement
HVM

**Describe the bug** ` Updating crates.io index Installing hvm v2.0.8 Updating crates.io index Locking 29 packages to latest compatible versions Compiling libc v0.2.155 Compiling utf8parse v0.2.1 Compiling anstyle v1.0.7 Compiling...

help wanted

Does this natively support parallelism accross gpus? Also feature request: natively perform flash attention please

enhancement
HVM

**Is your feature request related to a problem? Please describe.** I want to replace the use of CUDA with Bend within my ROS2 project **Describe the solution you'd like** I...

question
external

Does it have any libraries or support libraries from other languages ( Rust, Python etc ...) ? How can we make a webserver with it ?

enhancement
HVM