Coder Social home page Coder Social logo

Comments (4)

jackwadden avatar jackwadden commented on September 18, 2024

Note the log axis which can be deceiving. The CPU results actually varied quite wildly from ~150KB/s to 256MB/s (1000x range) and depended on the active set, visited set (see Section V and VI), and node locality.

Also note that VASim is not nearly (not even close) the highest performing CPU engine for automata processing and should not be considered a proxy for CPU performance. We used VASim for these experiments because it was the only tool available at the time that could run the suite, and also offered us visibility into exactly what caused automata processing to be challenging on CPUs. Since then, hscompile and hsrun have enabled ANML and MNRL automata to be processed using Intel's Hyperscan automata processing engine. Hyperscan is extremely sophisticated and benefits from various automata transformations and compute engines and is often many orders of magnitude faster than VASim. Hyperscan even beats spatial architectures in some situations.

from anmlzoo.

karakchi avatar karakchi commented on September 18, 2024

Thank you Jack for the reply,

It was my bad, actually I wanted to ask two questions

  1. I meant to ask about the performance of the benchmark is similar when AP is used.
    2.I wanted to verify the way CPU performance calculated (which you have already explained).

I am sorry for this confusion,

from anmlzoo.

jackwadden avatar jackwadden commented on September 18, 2024

The caption of Figure 8 explains that "AP performance is estimated to be 133MB/s, however, we expect to see performance degradations due to output reporting constraints when using the real hardware."

It's fine to verify the VASim performance, just note that these results should not be used as representative performance of the CPU for automata processing.

from anmlzoo.

karakchi avatar karakchi commented on September 18, 2024

Thanks, Jack!

from anmlzoo.

Related Issues (7)

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.