Skip to content

Commit

Permalink
add dice to dispatch_00_generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aamijar committed Jul 1, 2024
1 parent de0f45f commit 0fa6b67
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023, NVIDIA CORPORATION.
# Copyright (c) 2023-2024, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,7 +15,7 @@
# NOTE: this template is not perfectly formatted. Use pre-commit to get
# everything in shape again.
header = """/*
* Copyright (c) 2021-2023, NVIDIA CORPORATION.
* Copyright (c) 2021-2024, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -95,6 +95,11 @@
OpT="raft::distance::detail::ops::cosine_distance_op",
archs = [60, 80],
),
dict(
path_prefix="dice",
OpT="raft::distance::detail::ops::dice_distance_op",
archs = [60, 80],
),
dict(
path_prefix="hamming_unexpanded",
OpT="raft::distance::detail::ops::hamming_distance_op",
Expand Down

0 comments on commit 0fa6b67

Please sign in to comment.