Logo
Graphcore Command Line Tools
1.3.0
  • 1. Introduction
  • 2. Runtime options
  • 3. gc-docker
    • 3.1. Start a container with IPU devices
    • 3.2. Show Docker command
    • 3.3. Usage
      • 3.3.1. Commands
      • 3.3.2. Command options
      • 3.3.3. Examples
      • 3.3.4. Notes
  • 4. gc-exchangetest
    • 4.1. Usage
      • 4.1.1. Allowed options
  • 5. gc-exchangewritetest
    • 5.1. Usage
      • 5.1.1. Allowed options
  • 6. gc-flops
    • 6.1. Precision
    • 6.2. Device
    • 6.3. Usage
      • 6.3.1. Allowed options
  • 7. gc-gwlinkstraffictest
    • 7.1. Standard mode
    • 7.2. Single IPU mode
    • 7.3. Usage
      • 7.3.1. Allowed options
  • 8. gc-hostsynclatencytest
    • 8.1. Usage
      • 8.1.1. Allowed options
  • 9. gc-hosttraffictest
    • 9.1. Usage
      • 9.1.1. Allowed options
  • 10. gc-info
    • 10.1. Commands
      • 10.1.1. List devices
      • 10.1.2. Device info
      • 10.1.3. Tile overview
      • 10.1.4. Register dump
      • 10.1.5. Dump tile memory
    • 10.2. Usage
      • 10.2.1. Commands
      • 10.2.2. Command options
      • 10.2.3. Examples
    • 10.3. Glossary
  • 11. gc-inventory
    • 11.1. Usage
      • 11.1.1. Allowed options
  • 12. gc-iputraffictest
    • 12.1. Usage
      • 12.1.1. Allowed options
      • 12.1.2. Single ipu mode options
      • 12.1.3. Single ipu loopback mode
  • 13. gc-links
    • 13.1. Usage
      • 13.1.1. Allowed options
  • 14. gc-memorytest
    • 14.1. Usage
      • 14.1.1. Allowed options
  • 15. gc-monitor
    • 15.1. Output
      • 15.1.1. IPU-Machine device information
      • 15.1.2. PCIe card device information
      • 15.1.3. Process information
    • 15.2. Usage
      • 15.2.1. Allowed options
      • 15.2.2. Notes
      • 15.2.3. Examples
  • 16. gc-podman
  • 17. gc-powertest
    • 17.1. Usage
      • 17.1.1. Allowed options
  • 18. gc-reset
    • 18.1. Usage
      • 18.1.1. Allowed options
      • 18.1.2. Examples
      • 18.1.3. Notes
  • 19. gc-boardtool
    • 19.1. Thermal design power (TDP) limit
    • 19.2. Usage
      • 19.2.1. Available options
  • 20. Device attributes
    • 20.1. List of supported attributes
  • 21. C600 PCIe Device IDs and channel map
    • 21.1. Device IDs
    • 21.2. PCIe ID to slot mapping
    • 21.3. Manually preparing the mapping config File
  • 22. Trademarks & copyright
Graphcore Command Line Tools

Search help

Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.

  • Find an exact phrase: Wrap your search phrase in "" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"
  • Prefix query: Add an * (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*
  • Fuzzy search: Use ~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1
  • Words close to each other: ~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2
  • Logical operators. You can use the following logical operators in a search:
    • + signifies AND operation
    • | signifies OR operation
    • - negates a single word or phrase (returns results without that word or phrase)
    • () controls operator precedence


Revision 9d3bf6cd.