Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: SH4 DMAC demo

                  
   
  1. #11

    Lightbulb

    test kos 1.2 (build gcc-3.0.4) linux

    gcc-3.0.4
    test memory Sh4->PVR

    51342 ms dmac 32bit mode

    16296 ms dmac 256bit mode

    40772 ms cpu loop

    16319 ms sq loop

    6241 ms dma loop

    test memory Sh4->Sh4

    8920 ms dmac 256bit copy loop

    18966 ms CPU 32bit copy loop
    gcc -3.4.4
    test memory Sh4->PVR

    51341 ms dmac 32bit mode

    16296 ms dmac 256bit mode

    40744 ms cpu loop

    16319 ms sq loop

    6262 ms dma loop

    test memory Sh4->Sh4
    no work

  2. #12
    Dream Coder
    Join Date
    Apr 2004
    Location
    Miami, FL
    Age
    37
    Posts
    4,675
    Rep Power
    50

    Default

    Quote Originally Posted by Morph
    It may be possible that you get different results based on the hardware revision you use it on.
    I've always pondered over writing some sort of benchmark suite for the DC to determine the differences between the two SH4s used in them. According to Rensas(sp?) (whom I emailed about the question) the DC's second version of SH chip was a revision made for heat and energy efficiency, so benchmarks with it might be slightly different.

  3. #13

    Default

    True, and making it heat and energy efficient doent necessarily make it mroe powerful. Heck, for the 5GHz project, they used a Northwood Pentium 4, which was actually an older core by then.

  4. #14
    DCEmu Coder
    Join Date
    Apr 2004
    Location
    The Netherlands
    Posts
    43
    Rep Power
    0

    Default

    Supplied .elf:
    test memory Sh4->PVR

    50478 ms dmac 32bit mode

    15494 ms dmac 256bit mode

    39055 ms cpu loop

    15519 ms sq loop

    6081 ms dma loop

    test memory Sh4->Sh4

    8920 ms dmac 256bit copy loop

    18967 ms CPU 32bit copy loop
    GCC 3.4.4:
    test memory Sh4->PVR

    50470 ms dmac 32bit mode

    15488 ms dmac 256bit mode

    39019 ms cpu loop

    15511 ms sq loop

    6100 ms dma loop

    test memory Sh4->Sh4
    (..HANG..)
    EDIT: The Sh4->PVR times I get differ from what other people have reported so far.

  5. #15
    DCEmu Coder
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    29
    Rep Power
    0

    Default

    benchmarks are great and it makes fun to test aganst different compiler ..and so on.

    but it would be great if some one use DMAC /PVR DMA in a original dreamcast homebrew project.


    well that gcc 3.4.x does not work with the DMAC demo....this is not a suprise to me. cause I had also problems with GCC >3.3.5

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •