Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. How to use CUDA programming to calculate and process the correct number

How to use CUDA programming to calculate and process the correct number

Scheduled Pinned Locked Moved ATL / WTL / STL
performancealgorithmstestingbeta-testinghelp
3 Posts 3 Posters 13 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 13757060
    wrote on last edited by
    #1

    Bandwidth test - test memory bandwidth.

    Especially important for PCIE capability. Different MB has different PCIE capability.

    The CUDA adaptor performance is depend on the capability of PCIE. It could be the performance bottleneck.

    On the following programming drills, the number of clock cycles necessary for computation and utilised memory bandwidth have to be computing.

    (1) parallelization in the programs - using 256 threads

    (2) improving the memory access modes

    (3) testing the parallelization by using 512/1024

    (4) utilizing BLOCKS in the computation

    (5) utilizing shared memory

    (6) improving the computation oerfdormance by using a Treesum algorithm

    (7) resolving the memory band conflict issue, encountered in applying Treesum algorithm with the shared memory

    L Richard DeemingR 2 Replies Last reply
    0
    • U User 13757060

      Bandwidth test - test memory bandwidth.

      Especially important for PCIE capability. Different MB has different PCIE capability.

      The CUDA adaptor performance is depend on the capability of PCIE. It could be the performance bottleneck.

      On the following programming drills, the number of clock cycles necessary for computation and utilised memory bandwidth have to be computing.

      (1) parallelization in the programs - using 256 threads

      (2) improving the memory access modes

      (3) testing the parallelization by using 512/1024

      (4) utilizing BLOCKS in the computation

      (5) utilizing shared memory

      (6) improving the computation oerfdormance by using a Treesum algorithm

      (7) resolving the memory band conflict issue, encountered in applying Treesum algorithm with the shared memory

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Sorry, this site does not provide code to order.

      1 Reply Last reply
      0
      • U User 13757060

        Bandwidth test - test memory bandwidth.

        Especially important for PCIE capability. Different MB has different PCIE capability.

        The CUDA adaptor performance is depend on the capability of PCIE. It could be the performance bottleneck.

        On the following programming drills, the number of clock cycles necessary for computation and utilised memory bandwidth have to be computing.

        (1) parallelization in the programs - using 256 threads

        (2) improving the memory access modes

        (3) testing the parallelization by using 512/1024

        (4) utilizing BLOCKS in the computation

        (5) utilizing shared memory

        (6) improving the computation oerfdormance by using a Treesum algorithm

        (7) resolving the memory band conflict issue, encountered in applying Treesum algorithm with the shared memory

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        You have already posted this in QA: How to use CUDA programming to calculate and process the correct number[^]


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups