Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
SuperRealCo
/
client-models
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
a22770b
client-models
/
venv
/
lib
/
python3.10
/
site-packages
/
deepspeed
/
ops
/
csrc
/
includes
/
quantizer.h
SuperRealCo
Add files using upload-large-folder tool
bbb06b1
verified
about 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
346 Bytes
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0
// DeepSpeed Team
#
pragma
once
#
ifdef
__HIP_PLATFORM_AMD__
#
include
<hip/hip_cooperative_groups.h>
#
else
#
include
<cooperative_groups.h>
#
endif
#
include
<cuda.h>
#
include
<cuda_fp16.h>
#
include
<stdio.h>
#
include
<stdlib.h>
#
include
<cassert>
#
include
<iostream>