Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the runtime API via C #31

Closed
benvanik opened this issue Oct 13, 2019 · 0 comments
Closed

Expose the runtime API via C #31

benvanik opened this issue Oct 13, 2019 · 0 comments
Assignees
Labels
enhancement ➕ New feature or request

Comments

@benvanik
Copy link
Collaborator

A C API will allow us to easily interop in a variety of languages (C#, python, rust, swift, etc) as well as maintain a documented and tested API surface that has less chance of breaking as internal refactoring is performed.

@benvanik benvanik added the enhancement ➕ New feature or request label Oct 13, 2019
@benvanik benvanik added this to the Sequencer Foundation milestone Oct 13, 2019
@benvanik benvanik self-assigned this Oct 13, 2019
@benvanik benvanik added this to Ideas in Runtime Development via automation Oct 13, 2019
@benvanik benvanik moved this from Ideas to In progress in Runtime Development Oct 13, 2019
Runtime Development automation moved this from In progress to Done Mar 19, 2020
@benvanik benvanik removed this from the Sequencer Foundation milestone Mar 19, 2020
@benvanik benvanik removed this from Done in Runtime Development Mar 19, 2020
copybara-service bot pushed a commit that referenced this issue Apr 3, 2020
Prior to the changes all `_` in the path got replaced with `/`:

Before:
```
  Test  #30: iree/test/e2e/linalg/path:pw_add.mlir.test
  Test  #31: iree/test/e2e/linalg/path:pw_add_mul.mlir.test
  Test  #32: iree/test/e2e/linalg/path:pw_add_multiwg.mlir.test
  Test  #33: iree/test/e2e/linalg/path:reduce.mlir.test

  Test #268: iree/samples/custom/modules:custom_modules_test
  Test #269: iree/samples/custom/modules/dialect/test:conversion.mlir.test
  Test #270: iree/samples/custom/modules/dialect/test:custom_ops.mlir.test
  Test #271: iree/samples/simple/embedding:simple_embedding_test
```

After:
```
  Test  #30: iree/test/e2e/linalg_path:pw_add.mlir.test
  Test  #31: iree/test/e2e/linalg_path:pw_add_mul.mlir.test
  Test  #32: iree/test/e2e/linalg_path:pw_add_multiwg.mlir.test
  Test  #33: iree/test/e2e/linalg_path:reduce.mlir.test

  Test #268: iree/samples/custom_modules:custom_modules_test
  Test #269: iree/samples/custom_modules/dialect/test:conversion.mlir.test
  Test #270: iree/samples/custom_modules/dialect/test:custom_ops.mlir.test
  Test #271: iree/samples/simple_embedding:simple_embedding_test
```

Closes #1360

COPYBARA_INTEGRATE_REVIEW=#1360 from iml130:cmake-test-labels 34dc25d
PiperOrigin-RevId: 304524688
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ➕ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant