Giter VIP home page Giter VIP logo

Comments (5)

cavemanloverboy avatar cavemanloverboy commented on September 25, 2024

I'm also seeing this

from arrayfire-rust.

9prady9 avatar 9prady9 commented on September 25, 2024

@stexa Please see the implementations here

impl HasAfEnum for Complex<f32> {
type InType = Self;
type BaseType = f32;
type AbsOutType = f32;
type ArgOutType = f32;
type UnaryOutType = Self;
type ComplexOutType = Self;
type MeanOutType = Self;
type AggregateOutType = Self;
type ProductOutType = Self;
type SobelOutType = Self;
fn get_af_dtype() -> DType {
DType::C32
}
}
impl HasAfEnum for Complex<f64> {
type InType = Self;
type BaseType = f64;
type AbsOutType = f64;
type ArgOutType = f64;
type UnaryOutType = Self;
type ComplexOutType = Self;
type MeanOutType = Self;
type AggregateOutType = Self;
type ProductOutType = Self;
type SobelOutType = Self;
fn get_af_dtype() -> DType {
DType::C64
}
}
.

I am unable to reproduce this using master branch. Are you noticing this with release version of crate or master branch ?

from arrayfire-rust.

9prady9 avatar 9prady9 commented on September 25, 2024

@stexa Is still an active issue on your end ?

from arrayfire-rust.

sainteckes avatar sainteckes commented on September 25, 2024

It is resolved! Was not working with 3.8 from crates.io, but it is working when adding arrayfire from git master branch.
[dependencies] arrayfire = { git = "https://github.com/arrayfire/arrayfire-rust" } num = "0.4.0"

from arrayfire-rust.

9prady9 avatar 9prady9 commented on September 25, 2024

It is resolved! Was not working with 3.8 from crates.io, but it is working when adding arrayfire from git master branch. [dependencies] arrayfire = { git = "https://github.com/arrayfire/arrayfire-rust" } num = "0.4.0"

Thanks for clarifying, I will try to push our a new crate soon. Sorry about the inconvenience.

from arrayfire-rust.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.