Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Question about how to integrate TC to my project #611

@SharonLi01

Description

@SharonLi01

TensorComprehensions is a great lib, it saves a lot of work of writing CUDA kernel and finetune, so I attempt to integrate TC to my Framework. But I am curious about how to integrate TC to my Framework. I saw that build.sh has make install, but the install path include only has gtest.

|-- include
|   `-- gtest
|       |-- gtest-death-test.h
|       |-- gtest-message.h
|       |-- gtest-param-test.h
|       |-- gtest-param-test.h.pump
|       |-- gtest-printers.h
|       |-- gtest-spi.h
|       |-- gtest-test-part.h
|       |-- gtest-typed-test.h
|       |-- gtest.h
|       |-- gtest_pred_impl.h
|       |-- gtest_prod.h
|       `-- internal
|           |-- custom
|           |   |-- gtest-port.h
|           |   |-- gtest-printers.h
|           |   `-- gtest.h
|           |-- gtest-death-test-internal.h
|           |-- gtest-filepath.h
|           |-- gtest-internal.h
|           |-- gtest-linked_ptr.h
|           |-- gtest-param-util-generated.h
|           |-- gtest-param-util-generated.h.pump
|           |-- gtest-param-util.h
|           |-- gtest-port-arch.h
|           |-- gtest-port.h
|           |-- gtest-string.h
|           |-- gtest-tuple.h
|           |-- gtest-tuple.h.pump
|           |-- gtest-type-util.h
|           `-- gtest-type-util.h.pump
`-- lib
    |-- libgtest_maind.a
    |-- libgtestd.a
    |-- libtc_aten.so
    |-- libtc_autotuner.so
    |-- libtc_core.so
    |-- libtc_core_cpu.so
    |-- libtc_core_cuda_no_sdk.so
    |-- libtc_cuda.so
    |-- libtc_lang.so
    |-- libtc_proto.so
    `-- pkgconfig
        |-- gflags.pc
        |-- gtest.pc
        `-- gtest_main.pc

I use ubuntu 16.04.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions