Khaled Hosseini

Results 6 comments of Khaled Hosseini

The same problem here. I use Windows 10.

> @wsmoses @ZuseZ4 Here is a log containing the errors that arise when attempting to build Rust with Enzyme on Windows, as you requested: [log-2024-01-19.txt](https://github.com/EnzymeAD/rust/files/13996519/log-2024-01-19.txt). No action is required on...

> @KhaledHosseini Can you try building with [WSL](https://learn.microsoft.com/en-us/windows/wsl/about)? That might solve your issue and give @ZuseZ4 some valuable feedback. Sure. I'll try and tell you the results.

> The problem is specifically the Microsoft c++ compiler iirc, it should be successful with say clang or cygwin on windows > […](#) > On Sun, May 19, 2024 at...

> There is no function that directly do that, however it could be accomplished using `slice` and `slice_assign`. You will also need to create a new tensor in which to...

for anyone who sees this, I adopted the following from Pytorch source. Not tested. ```rust fn roll( input: Tensor, shifts: Vec, dims: Vec, ) -> Tensor { if dims.len() ==...