Skip to content

feat: mark LuxCore imports as public using @public #2600

feat: mark LuxCore imports as public using @public

feat: mark LuxCore imports as public using @public #2600

Workflow file for this run

# name: CIPreRelease (Lux)
# on:
# pull_request:
# branches:
# - main
# paths:
# - ".github/workflows/CommonCI.yml"
# - "src/**"
# - "ext/**"
# - "test/**"
# - "Project.toml"
# - ".github/workflows/CI.yml"
# - "lib/LuxTestUtils/**"
# - "lib/LuxCore/**"
# - "lib/MLDataDevices/**"
# - "lib/WeightInitializers/**"
# - "lib/LuxLib/**"
# push:
# branches:
# - main
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
# jobs:
# test:
# strategy:
# fail-fast: false
# matrix:
# test_group:
# - "core_layers"
# - "normalize_layers"
# - "recurrent_layers"
# - "autodiff"
# - "misc"
# # - "reactant"
# uses: ./.github/workflows/CommonCI.yml
# with:
# julia_version: "pre"
# project: "."
# test_args: "BACKEND_GROUP=${{ matrix.test_group }} LUX_TEST_GROUP=${{ matrix.test_group }}"