Git Product home page Git Product logo

Comments (3)

aditya4d1 avatar aditya4d1 commented on September 27, 2024

Hi,
Currently, there is no command line option to dump code object from HCC.
The work around is setting env variables KMDUMPISA or KMDUMPLLVM[1] to 1. Which dumps ISA and LLVM IR respectively. Once you get the ISA, you can use clang(4.0) or llvm-mc and clang shipped with ROCm to generate code object. I wrote a sample which generates code object from LLVM IR and ISA [2]. Hope it'll be useful.

This is not recommended as it is not the intended way of generating ISA.

The new developer-preview branch on HIP can now generates code object from kernel using hipcc. You can checkout vector copy sample here [3]. Although the sample is HIP kernel, you can try writing kernel in HCC.

[1]. https://github.com/RadeonOpenCompute/hcc/blob/master/lib/clamp-hsatools.in
[2]. https://gist.github.com/adityaatluri/d8ed1f66024840f8cb982ef585b7c31f
[3]. https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/tree/developer-preview/samples/0_Intro/module_api

from hcc.

almson avatar almson commented on September 27, 2024

Thanks! That was very helpful. I'll try the HIP method.

from hcc.

bensander avatar bensander commented on September 27, 2024

HIP is probably best supported flow for this right now but we are also providing some tools so you can do this a pure HCC environment, if desired. See this checkin:
https://github.com/RadeonOpenCompute/hcc/blob/clang_tot_upgrade/lib/extractkernel.in
You need to generate a full linked executable (not just object files) but then can use the tool above to extract all of the "code objects".

from hcc.

Related Issues (20)

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.