1 / 117

GSRC

GSRC. bX update December 2002 Aaron Ng, Marius Eriksen and Igor Markov University of Michigan. Context. The C.A.D. and the Fabrics themes are trying to identify obstacles to UDSM design and intercept them early

tayten
Download Presentation

GSRC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GSRC bX update December 2002 Aaron Ng, Marius Eriksen and Igor MarkovUniversity of Michigan

  2. Context • The C.A.D. and the Fabrics themes are trying to identifyobstacles to UDSM design and intercept them early • The Bookshelf / Bookshelf.exe projects deal with the scalability of design technologies • Design time & cost depend on tools and environments • Availability of tools; Benchmarking; Limitations • Interfacing and chaining • Design time & cost depend on the required level of expertise • Design time & cost depend on the degree of reuse

  3. Outline • Contributions • Features • Demo • Implementation • Challenges, limitations and future focus

  4. Contributions • Automation • enabling large-scale computational experimentsand production tool runs • reducing required effort, level of expertiseand level of commitment • scheduling tool runs according to methodologies • minimizing redundant input, increasing reuse and sharing • performing sanity checks • reporting results of tool runs online (publicly or not)

  5. Analogy The GSRC bookshelf to Top-down Bottom-up is like a disk to a computer

  6. Contributions (cont’d) • Abstract representation of design flows • unnecessary details are hidden, handled by bX (e.g., file locations) • easy composition and evaluation of complex flows • users can spend more time on design and evaluation,less time on book-keeping and maintenance • flexibility and ease of reuse • flows are abstracted from their application  easier to reuse • abstraction and reuse expose computational parallelism

  7. Contributions (cont’d) • Encapsulation • solvers and designs (design benchmarks) • may be submitted in multiple files,but bX treats them as single entities • flows • manipulated by bX as single entities • flows can be composed of jobs or other (sub)-flows • support for high-level concepts: users, dependencies, etc • security concerns about CAD IP can be addressed

  8. Contributions (cont’d) • Improved reproducibility of results • shared repository • documentation, experimental methodologies • results of experiments • shared executable infrastructure • “live” solvers • benchmarks • reusable scripts

  9. Features • Automation of comput. experiments and reporting of results • Script Composer for design flow prototyping • “Sandbox” execution of experiments for security • Encapsulation + automatic installation of SW & benchmarks • transparent handling of multi-file tar.gz packages • solver uploads: binaries or source code in tar.gz with Makefile • benchmark uploads: single files or tar.gz packages • Encapsulation of intermediate results • jobs can have multiple inputs and outputs • chaining jobs requires an addressing scheme for inputs and outputs

  10. Features (cont’d) • Distributed network of computational hosts exploits the inherent parallelism exposed by reuse • load-balancing and load distribution • policy constraints: access to resources and usage limits • scalability: computational hosts can be easily added/removed • automatic detection of parallelism in new flows

  11. Demo • Step-by-step demonstration of a flow in bX, involving: • solver MetaPl_Capo (VLSI placer), submitted as a Linux binary • VLSI placement benchmark C432in tar.gz form • VLSI placement benchmark Intelin tar.gz form • images of routing congestion (horizontal, vertical and combined) • Example of a script and its reuse • A look at the Script Composer back-end

  12. this arrow will be our mouse cursor throughout the demo

  13. select the Accounts main menu

  14. select the registration sub menu and create a new account for user test

  15. select the login main menu and authenticate

  16. select the Jobs main menu

  17. select the submit solver sub menu and upload the MetaPl_Capo solver

  18. Select the submit benchmark sub menu and upload the C432 benchmark. Multiple files can be uploaded in a tar.gz package, and bX handles this transparently.

  19. Select the submit benchmark sub menu and upload the Intel benchmark. This benchmark is also a multi-file tar.gz package.

  20. select the submit solver sub menu and upload the xpm2gif converter

  21. select the check status sub menu to check our account status

  22. Compose a script in terms of Script Composer API. The script will be uploaded to bX. Our sample script describes a flow that involves 1 main job and 3 post processing jobs.

  23. select the submit solver sub menu and upload the script we just created

  24. Create 2 script inputs that will be used to instantiate the script created earlier. One script input runs a flow on the C432 benchmark and the other runs a flow on the Intel benchmark.

  25. select the submit benchmark sub menu and upload the Intel script input

  26. select the submit benchmark sub menu and upload the C432 script input

  27. select the check status sub menu to take a look at what we have in our account now

  28. select the start/stop jobs sub menu and start a flow with the C432 benchmark

  29. select the check status sub menu to monitor the flow’s progress

  30. the main job finishes; the 3 post-processing jobs are enqueued

  31. the 1st post-processing job finishes; the next one is started

  32. the flow finishes; follow the output link to view the flow’s outputs

  33. bX automatically captures the stdout and stderr outputs of a job, as well as all the files created in its working directory. A flow’s output is a combination of the outputs of the script and all the jobs executed in the flow. The file names are prefixed with the job_id to avoid name collisions.

  34. these are the outputs of the MetaPl_Capo solver

  35. these are the outputs of the 1st post-processing job (xpm-to-gif conversion)

  36. these are the outputs of the 2nd post-processing job (xpm-to-gif conversion)

  37. these are the outputs of the 3rd post-processing job (xpm-to-gif conversion)

  38. these are the outputs of the script

  39. In the case of the MetaPl_Capo solver, one of the outputs is a color image of routing congestion.

More Related